Uses of Interface
net.anwiba.spatial.coordinate.ICoordinateSequenceSegment
-
Packages that use ICoordinateSequenceSegment Package Description net.anwiba.spatial.coordinate -
-
Uses of ICoordinateSequenceSegment in net.anwiba.spatial.coordinate
Classes in net.anwiba.spatial.coordinate that implement ICoordinateSequenceSegment Modifier and Type Class Description classAbstractCoordinateSequenceSegmentclassArcCoordinateSequenceSegmentclassLineCoordinateSequenceSegmentMethods in net.anwiba.spatial.coordinate that return ICoordinateSequenceSegment Modifier and Type Method Description static ICoordinateSequenceSegmentCoordinateSequenceUtilities. reverse(ICoordinateSequenceSegment segment)Methods in net.anwiba.spatial.coordinate that return types with arguments of type ICoordinateSequenceSegment Modifier and Type Method Description java.lang.Iterable<ICoordinateSequenceSegment>CoordinateSequence. getCoordinateSequenceSegments()java.lang.Iterable<ICoordinateSequenceSegment>ICoordinateSequence. getCoordinateSequenceSegments()java.lang.Iterable<ICoordinateSequenceSegment>MulitSegmentCoordinateSequence. getCoordinateSequenceSegments()Methods in net.anwiba.spatial.coordinate with parameters of type ICoordinateSequenceSegment Modifier and Type Method Description static ICoordinateSequenceSegmentCoordinateSequenceUtilities. reverse(ICoordinateSequenceSegment segment)Constructor parameters in net.anwiba.spatial.coordinate with type arguments of type ICoordinateSequenceSegment Constructor Description MulitSegmentCoordinateSequence(java.util.List<ICoordinateSequenceSegment> segments)
-