Class TLcdParachuteJumpAreaSegment

java.lang.Object
com.luciad.ais.shape.TLcdAISPoint
com.luciad.ais.shape.TLcdGeoPathLeg
com.luciad.ais.model.parachutejumparea.TLcdParachuteJumpAreaSegment
All Implemented Interfaces:
ILcdEditableParachuteJumpAreaSegment, ILcdParachuteJumpAreaSegment, ILcdEditableGeoPathLeg, ILcdGeoPathLeg, ILcdBounded, ILcdPoint, ILcdShape, ILcd2DEditablePoint, ILcd2DEditableShape, ILcd3DEditablePoint, ILcd3DEditableShape, ILcdCloneable, Serializable, Cloneable

public class TLcdParachuteJumpAreaSegment extends TLcdGeoPathLeg implements ILcdEditableParachuteJumpAreaSegment
The default implementation of a parachute jump area segment without features. Note that this class extends TLcdAISPoint, and so it is required to set a delegate point implementation using the setLocation() method before using the parachute jump area segment object.
See Also:
  • Constructor Details

    • TLcdParachuteJumpAreaSegment

      public TLcdParachuteJumpAreaSegment()
      Constructs a new TLcdParachuteJumpAreaSegment object.

      The geoPathLegType is set to ILcdGeoPathLeg.POINT.

    • TLcdParachuteJumpAreaSegment

      public TLcdParachuteJumpAreaSegment(int aGeoPathLegType)
      Constructs a new TLcdParachuteJumpAreaSegment object with the given geoPathLegType.
      Parameters:
      aGeoPathLegType -
  • Method Details