Uses of Interface
com.luciad.ais.shape.ILcdGeoPath
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
Provides classes and interfaces for all parachute jump area related aspects.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
Everything related to representing three-dimensional shapes that are domain independent.
-
Uses of ILcdGeoPath in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes, relationships and geometry of anILcdHelipad
.interface
A helipad is an area used for take-off and landing of helicopters.Modifier and TypeClassDescriptionclass
The default implementation of a helipad with properties.class
An implementation ofILcdHelipad
. -
Uses of ILcdGeoPath in com.luciad.ais.model.airspace
Modifier and TypeInterfaceDescriptioninterface
This interface describes the geometry and the relationships of an airspace.interface
This interface represents an airspace corridor and provides methods for retrieving its geometry and relationships.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspace
.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspaceCorridor
.Modifier and TypeClassDescriptionclass
The default implementation of an airspace with default properties.class
The default implementation of an airspace corridor with default properties.class
The default implementation of an airspace with properties.class
The default implementation of an airspace corridor with features. -
Uses of ILcdGeoPath in com.luciad.ais.model.parachutejumparea
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdParachuteJumpArea
interface that allows to change the attributes, relationships and geometry of a parachute jump area.interface
This interface describes the geometry and the relationships of a parachute jump area.Modifier and TypeClassDescriptionclass
A featured implementation ofILcdParachuteJumpArea
.class
An implementation ofILcdParachuteJumpArea
. -
Uses of ILcdGeoPath in com.luciad.ais.model.refuelingtrack
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingAirspace
interface that allows to change the attributes and relationships of an airspace.interface
This interface describes the geometry and the relationships of an airspace.Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingAirspace
has all facilities to store refueling airspace related aspects.class
An implementation of theILcdEditableAirspace
interface.
This class also implements theILcdGeoPath
interface just to make sure that the airspaces can be painted by aTLcdGeoPathPainter
object.
It's an implementation ofILcdShape
to be able to use the default painter of LuciadLightspeed. -
Uses of ILcdGeoPath in com.luciad.ais.shape
Modifier and TypeInterfaceDescriptioninterface
An editable extension ofILcdGeoPath
.Modifier and TypeClassDescriptionclass
A base class for discretized GeoPaths.class
An implementation ofALcdDiscretizedGeoPath
which performs the discretization in geodetic coordinates.class
An implementation of theILcdGeoPath
interface.