Class TLcdMeasureXYZPoint
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.ALcdPoint
com.luciad.shape.shape2D.ALcd2DEditablePoint
com.luciad.shape.shape3D.ALcd3DEditablePoint
com.luciad.shape.shape3D.TLcdXYZPoint
com.luciad.format.informix.spatial.shp.TLcdMeasureXYZPoint
- All Implemented Interfaces:
ILcdSHPMeasure
,ILcdBounded
,ILcdBounds
,ILcdPoint
,ILcdPointList
,ILcdPolypoint
,ILcdShape
,ILcd2DEditablePoint
,ILcd2DEditableShape
,ILcd3DEditablePoint
,ILcd3DEditableShape
,ILcdCloneable
,Serializable
,Cloneable
This class represents a
TLcdXYZPoint
with a measure value.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdMeasureXYZPoint
(double aM) TLcdMeasureXYZPoint
(double v, double v1, double v2, double aM) TLcdMeasureXYZPoint
(ILcdPoint aILcdPoint, double aM) TLcdMeasureXYZPoint
(ILcdPoint aILcdPoint, double v, double aM) -
Method Summary
Methods inherited from class com.luciad.shape.shape3D.TLcdXYZPoint
cloneAs2DEditableBounds, cloneAs2DEditablePoint, cloneAs3DEditableBounds, cloneAs3DEditablePoint, getX, getY, getZ, move3D
Methods inherited from class com.luciad.shape.shape3D.ALcd3DEditablePoint
move2D, move3D, toString, translate3D
Methods inherited from class com.luciad.shape.shape2D.ALcd2DEditablePoint
move2D, 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, move2D, translate2D
Methods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, translate3D
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
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
-
TLcdMeasureXYZPoint
public TLcdMeasureXYZPoint(double aM) -
TLcdMeasureXYZPoint
-
TLcdMeasureXYZPoint
-
TLcdMeasureXYZPoint
public TLcdMeasureXYZPoint(double v, double v1, double v2, double aM)
-
-
Method Details
-
getM
public double getM()Description copied from interface:ILcdSHPMeasure
Returns the measure value of this Object.- Specified by:
getM
in interfaceILcdSHPMeasure
- Returns:
- the measure value of this Object.
-
setM
public void setM(double aValue)
-