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