Class TLcdMeasureXYPoint
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.ALcdPoint
com.luciad.shape.shape2D.ALcd2DEditablePoint
com.luciad.shape.shape2D.TLcdXYPoint
com.luciad.format.informix.spatial.shp.TLcdMeasureXYPoint
- All Implemented Interfaces:
ILcdSHPMeasure,ILcdBounded,ILcdBounds,ILcdPoint,ILcdPointList,ILcdPolypoint,ILcdShape,ILcd2DEditablePoint,ILcd2DEditableShape,ILcdCloneable,Serializable,Cloneable
This class represents a
TLcdXYPoint with a measure value.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdMeasureXYPoint(double aM) TLcdMeasureXYPoint(double v, double v1, double aM) TLcdMeasureXYPoint(ILcdPoint aILcdPoint, double aM) TLcdMeasureXYPoint(Point aPoint, double aM) -
Method Summary
Methods inherited from class com.luciad.shape.shape2D.TLcdXYPoint
cloneAs2DEditableBounds, cloneAs2DEditablePoint, cloneAs3DEditableBounds, cloneAs3DEditablePoint, getX, getY, move2DMethods inherited from class com.luciad.shape.shape2D.ALcd2DEditablePoint
getZ, move2D, toString, translate2DMethods 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, 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.ILcdPoint
equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getZMethods inherited from interface com.luciad.shape.ILcdPointList
getPointSFCT, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdMeasureXYPoint
public TLcdMeasureXYPoint(double aM) -
TLcdMeasureXYPoint
-
TLcdMeasureXYPoint
-
TLcdMeasureXYPoint
public TLcdMeasureXYPoint(double v, double v1, double aM)
-
-
Method Details
-
getM
public double getM()Description copied from interface:ILcdSHPMeasureReturns the measure value of this Object.- Specified by:
getMin interfaceILcdSHPMeasure- Returns:
- the measure value of this Object.
-
setM
public void setM(double aValue)
-