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
Fields in org.locationtech.jtsexample.geom declared as ExtendedCoordinate Modifier and Type Field Description private ExtendedCoordinate[]
ExtendedCoordinateSequence. coordinates
Methods in org.locationtech.jtsexample.geom that return ExtendedCoordinate Modifier and Type Method Description ExtendedCoordinate
ExtendedCoordinate. 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.
-