Package com.luciad.format.database.shape
Class TLcdLonLatMPoint
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.ALcdPoint
com.luciad.shape.shape2D.ALcd2DEditablePoint
com.luciad.shape.shape2D.TLcdLonLatPoint
com.luciad.format.database.shape.TLcdLonLatMPoint
- All Implemented Interfaces:
ILcdBounded,ILcdBounds,ILcdPoint,ILcdPointList,ILcdPolypoint,ILcdShape,ILcd2DEditablePoint,ILcd2DEditableShape,ILcdCloneable,Serializable,Cloneable
This class represents a
TLcdLonLatPoint with a measure (M) value.- Since:
- 2022.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdLonLatMPoint(double aLon, double aLat, double aM) Constructs and initializes a newTLcdLonLatMPointwith the specified longitude, longitude, and m coordinates. -
Method Summary
Methods inherited from class com.luciad.shape.shape2D.TLcdLonLatPoint
cloneAs2DEditableBounds, cloneAs2DEditablePoint, cloneAs3DEditableBounds, cloneAs3DEditablePoint, contains2D, contains2D, equals, getCosX, getCosY, getLat, getLon, getSinX, getSinY, getTanX, getTanY, getX, getY, interacts2D, move2DMethods inherited from class com.luciad.shape.shape2D.ALcd2DEditablePoint
getZ, move2D, toString, translate2DMethods inherited from class com.luciad.shape.ALcdPoint
contains2D, contains3D, contains3D, contains3D, getBounds, getDepth, getFocusPoint, getHeight, getLocation, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getPoint, getPointCount, getWidth, hashCode, interacts2D, interacts3D, interacts3D, isDefinedMethods inherited from class com.luciad.shape.ALcdShape
clone, contains2D, contains3D, fromDomainObjectMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, translate2DMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.shape.ILcdBounds
getCenterMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.shape.ILcdPointList
getPointSFCT, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdLonLatMPoint
public TLcdLonLatMPoint(double aLon, double aLat, double aM) Constructs and initializes a newTLcdLonLatMPointwith the specified longitude, longitude, and m coordinates.- Parameters:
aLon- the longitude coordinate.aLat- the latitude coordinate.aM- the m (measure) coordinate.
-
-
Method Details
-
getM
public double getM()Returns the m (measure) coordinate.- Returns:
- the m coordinate.
-