Uses of Interface
com.luciad.ais.model.airspace.ILcdEditableAirspaceSegment
Packages that use 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
Methods in com.luciad.ais.model that return ILcdEditableAirspaceSegmentModifier and TypeMethodDescriptionTLcdAISDataObjectFactory.createAirspaceSegment(int aType) Creates anILcdEditableAirspaceSegmentof the given geopath leg type.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableAirspaceSegment(int aSegmentType) Deprecated.Creates anILcdEditableAirspaceSegmentof the specified type.TLcdAISLonLatHeightObjectFactory.createEditableAirspaceSegment(int aSegmentType) Deprecated.TLcdAISXYZObjectFactory.createEditableAirspaceSegment(int aSegmentType) Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableArcAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeARC.TLcdAISLonLatHeightObjectFactory.createEditableArcAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableArcAirspaceSegment()Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableArcByEdgeAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeARC_BY_EDGE.TLcdAISLonLatHeightObjectFactory.createEditableArcByEdgeAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableArcByEdgeAirspaceSegment()Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableCircleRadiusAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeCIRCLE_RADIUS.TLcdAISLonLatHeightObjectFactory.createEditableCircleRadiusAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableCircleRadiusAirspaceSegment()Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableGeodesicLineAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeGEODESIC_LINE.TLcdAISLonLatHeightObjectFactory.createEditableGeodesicLineAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableGeodesicLineAirspaceSegment()Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableRhumbLineAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeRHUMB_LINE.TLcdAISLonLatHeightObjectFactory.createEditableRhumbLineAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableRhumbLineAirspaceSegment()Deprecated.abstract ILcdEditableAirspaceSegmentALcdAISObjectFactory.createEditableSubPointlistAirspaceSegment()Deprecated.Creates anILcdEditableAirspaceSegmentof typeSUB_POINT_LIST.TLcdAISLonLatHeightObjectFactory.createEditableSubPointlistAirspaceSegment()Deprecated.TLcdAISXYZObjectFactory.createEditableSubPointlistAirspaceSegment()Deprecated. -
Uses of ILcdEditableAirspaceSegment in com.luciad.ais.model.airspace
Classes in com.luciad.ais.model.airspace that implement ILcdEditableAirspaceSegmentModifier and TypeClassDescriptionclassThe default implementation of an airspace segment without features.classAn implementation of an airspace segment that uses aILcdGeoPathLeg.SUB_POINT_LISTas geopath leg type together with a shared subpointlist as dataset.