Uses of Class
org.locationtech.jts.geom.CoordinateXY
-
Packages that use CoordinateXY Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
Uses of CoordinateXY in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return CoordinateXY Modifier and Type Method Description CoordinateXY
CoordinateXY. copy()
Creates a copy of this CoordinateXY.Constructors in org.locationtech.jts.geom with parameters of type CoordinateXY Constructor Description CoordinateXY(CoordinateXY coord)
Constructs a CoordinateXY instance with the x and y ordinates of the given CoordinateXY.
-