Uses of Enum Class
net.anwiba.spatial.coordinate.CoordinateSequenceSegmentType
Packages that use CoordinateSequenceSegmentType
-
Uses of CoordinateSequenceSegmentType in net.anwiba.spatial.coordinate
Methods in net.anwiba.spatial.coordinate that return CoordinateSequenceSegmentTypeModifier and TypeMethodDescriptionAbstractCoordinateSequenceSegment.getType()ICoordinateSequenceSegment.getType()Returns the enum constant of this class with the specified name.static CoordinateSequenceSegmentType[]CoordinateSequenceSegmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.anwiba.spatial.coordinate with parameters of type CoordinateSequenceSegmentTypeModifierConstructorDescriptionAbstractCoordinateSequenceSegment(double[][] ordinates, boolean isMeasured, CoordinateSequenceSegmentType coordinateSequenceSegmentType)