Uses of Class
net.anwiba.spatial.coordinate.CoordinateSequenceSegmentType
-
Packages that use CoordinateSequenceSegmentType Package Description net.anwiba.spatial.coordinate -
-
Uses of CoordinateSequenceSegmentType in net.anwiba.spatial.coordinate
Methods in net.anwiba.spatial.coordinate that return CoordinateSequenceSegmentType Modifier and Type Method Description CoordinateSequenceSegmentTypeAbstractCoordinateSequenceSegment. getType()CoordinateSequenceSegmentTypeICoordinateSequenceSegment. getType()static CoordinateSequenceSegmentTypeCoordinateSequenceSegmentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CoordinateSequenceSegmentType[]CoordinateSequenceSegmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.anwiba.spatial.coordinate with parameters of type CoordinateSequenceSegmentType Constructor Description AbstractCoordinateSequenceSegment(double[][] ordinates, boolean isMeasured, CoordinateSequenceSegmentType coordinateSequenceSegmentType)
-