Package org.geolatte.geom
Class G3DM
- java.lang.Object
-
- org.geolatte.geom.Position
-
- org.geolatte.geom.G2D
-
- org.geolatte.geom.G3D
-
- org.geolatte.geom.G3DM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCoordinateDimension()doublegetM()Returns the measure value of this instance.-
Methods inherited from class org.geolatte.geom.Position
equals, getCoordinate, getCoordinate, getCoordinate, hashCode, isEmpty, toArray, toString
-
-
-
-
Method Detail
-
getM
public double getM()
Description copied from interface:MeasuredReturns the measure value of this instance.
-
getCoordinateDimension
public int getCoordinateDimension()
- Overrides:
getCoordinateDimensionin classG3D
-
-