Package com.luciad.ais.shape
Interface ILcdEditableGeoPathLeg
- All Superinterfaces:
Cloneable,ILcd2DEditablePoint,ILcd2DEditableShape,ILcd3DEditablePoint,ILcd3DEditableShape,ILcdBounded,ILcdCloneable,ILcdGeoPathLeg,ILcdPoint,ILcdShape,Serializable
- All Known Implementing Classes:
TLcdAirspaceSegment,TLcdGeoPathLeg,TLcdParachuteJumpAreaSegment
An editable extension of
ILcdGeoPathLeg.-
Field Summary
Fields inherited from interface com.luciad.ais.shape.ILcdGeoPathLeg
ARC, ARC_BY_EDGE, CIRCLE_POINT, CIRCLE_RADIUS, GEODESIC_LINE, POINT, RHUMB_LINE, SUB_POINT_LIST -
Method Summary
Modifier and TypeMethodDescriptionvoidsetData(double[] aData) Sets the parameter list of this GeoPath leg.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2DMethods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, move3D, translate3DMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.ais.shape.ILcdGeoPathLeg
getDataLength, getDataSFCT, getTypeMethods inherited from interface com.luciad.shape.ILcdPoint
cloneAs2DEditablePoint, cloneAs3DEditablePoint, equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
setData
void setData(double[] aData) Sets the parameter list of this GeoPath leg. See theILcdGeoPathLegdocumentation for a description of the contents of this array.- Parameters:
aData- an array ofdoubledouble values
-