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 TypeMethodDescriptionvoid
setData
(double[] aData) Sets the parameter list of this GeoPath leg.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
Methods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, move3D, translate3D
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.ais.shape.ILcdGeoPathLeg
getDataLength, getDataSFCT, getType
Methods inherited from interface com.luciad.shape.ILcdPoint
cloneAs2DEditablePoint, cloneAs3DEditablePoint, equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getX, getY, getZ
Methods 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 theILcdGeoPathLeg
documentation for a description of the contents of this array.- Parameters:
aData
- an array ofdouble
double values
-