Uses of Class
org.locationtech.jtsexample.geom.ExtendedCoordinate
Packages that use ExtendedCoordinate
-
Uses of ExtendedCoordinate in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that return ExtendedCoordinateModifier and TypeMethodDescriptionExtendedCoordinate.copy()
static ExtendedCoordinate[]
ExtendedCoordinateSequence.copy
(Coordinate[] coordinates) static ExtendedCoordinate[]
ExtendedCoordinateSequence.copy
(CoordinateSequence coordSeq) Constructors in org.locationtech.jtsexample.geom with parameters of type ExtendedCoordinateModifierConstructorDescriptionExtendedCoordinateSequence
(ExtendedCoordinate[] coordinates) Copy constructor -- simply aliases the input array, for better performance.