Package com.luciad.format.database.shape
Class TLcdXYMPoint
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.ALcdPoint
com.luciad.shape.shape2D.ALcd2DEditablePoint
com.luciad.shape.shape2D.TLcdXYPoint
com.luciad.format.database.shape.TLcdXYMPoint
- All Implemented Interfaces:
ILcdBounded
,ILcdBounds
,ILcdPoint
,ILcdPointList
,ILcdPolypoint
,ILcdShape
,ILcd2DEditablePoint
,ILcd2DEditableShape
,ILcdCloneable
,Serializable
,Cloneable
This class represents a
TLcdXYPoint
with a measure (M) value.- Since:
- 2022.1
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdXYMPoint
(double aX, double aY, double aM) Constructs and initializes a newTLcdXYZMPoint
with the specified x, y, and m coordinates. -
Method Summary
Methods inherited from class com.luciad.shape.shape2D.TLcdXYPoint
cloneAs2DEditableBounds, cloneAs2DEditablePoint, cloneAs3DEditableBounds, cloneAs3DEditablePoint, getX, getY, move2D
Methods inherited from class com.luciad.shape.shape2D.ALcd2DEditablePoint
getZ, move2D, toString, translate2D
Methods inherited from class com.luciad.shape.ALcdPoint
contains2D, contains2D, contains2D, contains3D, contains3D, contains3D, equals, getBounds, getCosX, getCosY, getDepth, getFocusPoint, getHeight, getLocation, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getPoint, getPointCount, getSinX, getSinY, getTanX, getTanY, getWidth, hashCode, interacts2D, interacts2D, interacts3D, interacts3D, isDefined
Methods inherited from class com.luciad.shape.ALcdShape
clone, contains2D, contains3D, fromDomainObject
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, translate2D
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.shape.ILcdBounds
getCenter
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdPoint
equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getZ
Methods inherited from interface com.luciad.shape.ILcdPointList
getPointSFCT, getX, getY, getZ
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdXYMPoint
public TLcdXYMPoint(double aX, double aY, double aM) Constructs and initializes a newTLcdXYZMPoint
with the specified x, y, and m coordinates.- Parameters:
aX
- the x coordinate.aY
- the y coordinate.aM
- the m (measure) coordinate.
-
-
Method Details
-
getM
public double getM()Returns the m (measure) coordinate.- Returns:
- the m coordinate.
-