Uses of Interface
com.luciad.ais.model.airspace.ILcdEditableAirspaceSegment
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
-
Uses of ILcdEditableAirspaceSegment in com.luciad.ais.model
Modifier and TypeMethodDescriptionTLcdAISDataObjectFactory.createAirspaceSegment
(int aType) Creates anILcdEditableAirspaceSegment
of the given geopath leg type.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableAirspaceSegment
(int aSegmentType) Deprecated.Creates anILcdEditableAirspaceSegment
of the specified type.TLcdAISLonLatHeightObjectFactory.createEditableAirspaceSegment
(int aSegmentType) Deprecated.TLcdAISXYZObjectFactory.createEditableAirspaceSegment
(int aSegmentType) Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableArcAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeARC
.TLcdAISLonLatHeightObjectFactory.createEditableArcAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableArcAirspaceSegment()
Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableArcByEdgeAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeARC_BY_EDGE
.TLcdAISLonLatHeightObjectFactory.createEditableArcByEdgeAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableArcByEdgeAirspaceSegment()
Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableCircleRadiusAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeCIRCLE_RADIUS
.TLcdAISLonLatHeightObjectFactory.createEditableCircleRadiusAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableCircleRadiusAirspaceSegment()
Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableGeodesicLineAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeGEODESIC_LINE
.TLcdAISLonLatHeightObjectFactory.createEditableGeodesicLineAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableGeodesicLineAirspaceSegment()
Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableRhumbLineAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeRHUMB_LINE
.TLcdAISLonLatHeightObjectFactory.createEditableRhumbLineAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableRhumbLineAirspaceSegment()
Deprecated.abstract ILcdEditableAirspaceSegment
ALcdAISObjectFactory.createEditableSubPointlistAirspaceSegment()
Deprecated.Creates anILcdEditableAirspaceSegment
of typeSUB_POINT_LIST
.TLcdAISLonLatHeightObjectFactory.createEditableSubPointlistAirspaceSegment()
Deprecated.TLcdAISXYZObjectFactory.createEditableSubPointlistAirspaceSegment()
Deprecated. -
Uses of ILcdEditableAirspaceSegment in com.luciad.ais.model.airspace
Modifier and TypeClassDescriptionclass
The default implementation of an airspace segment without features.class
An implementation of an airspace segment that uses aILcdGeoPathLeg.SUB_POINT_LIST
as geopath leg type together with a shared subpointlist as dataset.