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