Class TLcdMeasureXYPolypoint
java.lang.Object
com.luciad.shape.ALcdShape
com.luciad.shape.shape2D.ALcd2DEditableShape
com.luciad.shape.shape2D.ALcd2DEditablePolypoint
com.luciad.shape.shape2D.TLcdXYPolypoint
com.luciad.format.informix.spatial.shp.TLcdMeasureXYPolypoint
- All Implemented Interfaces:
ILcdSHPMeasureList,ILcdBounded,ILcdPointList,ILcdPointList2,ILcdPolypoint,ILcdShape,ILcd2DEditablePointList,ILcd2DEditablePolypoint,ILcd2DEditableShape,ILcdCache,ILcdCloneable,ILcdInvalidateable,Serializable,Cloneable
This class represents a
TLcdXYPolypoint with measure values.- See Also:
-
Field Summary
Fields inherited from class com.luciad.shape.shape2D.ALcd2DEditablePolypoint
fBounds, fFocusPoint -
Constructor Summary
ConstructorsConstructorDescriptionTLcdMeasureXYPolypoint(ILcd2DEditablePointList aILcd2DEditablePointList, double[] aM_array) TLcdMeasureXYPolypoint(TLcdXYPolypoint aTLcdXYPolypoint, boolean b, double[] aM_array) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetM(int i) Returns the measure value at an index.voidinsert2DMeasurePoint(int i, double v, double v1, double m) voidinsert2DPoint(int i, double v, double v1) Inserts a point at the given index into thisILcd2DEditablePointList.voidremovePointAt(int i) Removes the point at the given index from thisILcd2DEditablePointList.voidsetM(int i, double aValue) Methods inherited from class com.luciad.shape.shape2D.TLcdXYPolypoint
calculateBounds, calculateFocusPoint, cloneMethods inherited from class com.luciad.shape.shape2D.ALcd2DEditablePolypoint
clearCache, contains2D, equals, get2DEditablePointList, getBounds, getCachedObject, getFocusPoint, getPoint, getPointCount, getPointSFCT, getX, getY, getZ, hashCode, insertIntoCache, invalidateBounds, invalidateObject, move2D, move2DPoint, removeCachedObject, set2DEditablePointList, setFocusPoint, toString, translate2D, translate2DPointMethods inherited from class com.luciad.shape.shape2D.ALcd2DEditableShape
contains3D, move2DMethods inherited from class com.luciad.shape.ALcdShape
contains2D, contains3D, fromDomainObjectMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditablePointList
append2DPoint, move2DPoint, translate2D, translate2DPointMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2DMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCache
clearCache, getCachedObject, insertIntoCache, removeCachedObjectMethods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Constructor Details
-
TLcdMeasureXYPolypoint
-
TLcdMeasureXYPolypoint
-
-
Method Details
-
getM
Description copied from interface:ILcdSHPMeasureListReturns the measure value at an index.- Specified by:
getMin interfaceILcdSHPMeasureList- Parameters:
i- the index of the measure value.- Returns:
- the measure value at an index.
- Throws:
IndexOutOfBoundsException- if the index is out of bounds.
-
setM
- Throws:
IndexOutOfBoundsException
-
insert2DPoint
public void insert2DPoint(int i, double v, double v1) Description copied from interface:ILcd2DEditablePointListInserts a point at the given index into thisILcd2DEditablePointList.- Specified by:
insert2DPointin interfaceILcd2DEditablePointList- Overrides:
insert2DPointin classALcd2DEditablePolypoint- Parameters:
i- a valid new index in the list of points.v- the x coordinate of the new point.v1- the y coordinate of the new point.
-
insert2DMeasurePoint
public void insert2DMeasurePoint(int i, double v, double v1, double m) -
removePointAt
public void removePointAt(int i) Description copied from interface:ILcd2DEditablePointListRemoves the point at the given index from thisILcd2DEditablePointList.- Specified by:
removePointAtin interfaceILcd2DEditablePointList- Overrides:
removePointAtin classALcd2DEditablePolypoint- Parameters:
i- a valid index in the list ofILcdPointobjects.
-