Uses of Class
org.locationtech.jtsexample.geom.ExtendedCoordinate
-
Packages that use ExtendedCoordinate Package Description org.locationtech.jtsexample.geom -
-
Uses of ExtendedCoordinate in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that return ExtendedCoordinate Modifier and Type Method Description ExtendedCoordinateExtendedCoordinate. copy()static ExtendedCoordinate[]ExtendedCoordinateSequence. copy(Coordinate[] coordinates)static ExtendedCoordinate[]ExtendedCoordinateSequence. copy(CoordinateSequence coordSeq)Constructors in org.locationtech.jtsexample.geom with parameters of type ExtendedCoordinate Constructor Description ExtendedCoordinate(ExtendedCoordinate coord)ExtendedCoordinateSequence(ExtendedCoordinate[] coordinates)Copy constructor -- simply aliases the input array, for better performance.
-