-
public class PointMShape extends AbstractPointShape
Represents a PointM Shape object, as defined by the ESRI Shape file specification.
-
-
Field Summary
Fields Modifier and Type Field Description private doublem
-
Constructor Summary
Constructors Constructor Description PointMShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description doublegetM()-
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.shapes.AbstractPointShape
getX, getY -
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.AbstractShape
getHeader, getShapeType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PointMShape
PointMShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
Method Detail
-
getM
double getM()
-
-
-
-