Package org.geolatte.geom
Class C3DM
- java.lang.Object
-
- org.geolatte.geom.Position
-
- org.geolatte.geom.C2D
-
- org.geolatte.geom.C3D
-
- org.geolatte.geom.C3DM
-
-
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 classC3D
-
-