Uses of Interface
com.luciad.util.ILcdFeaturedDescriptor
Packages that use ILcdFeaturedDescriptor
Package
Description
All model related aspects in the context of AIS.
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 modeling safety altitudes for areas.
Provides classes and interfaces for modeling final approach paths.
Provides classes and interfaces for all geographical border related aspects.
Provides classes and interfaces for all navigation aid related aspects.
Provides classes and interfaces for all obstacle related aspects.
Provides classes and interfaces for all Offroute Terrain Clearance Altitude related aspects.
Provides classes and interfaces for all parachute jump area related aspects.
Provides classes and interfaces for all procedure related aspects.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
Provides classes and interfaces for all route or airway related aspects.
Provides classes and interfaces for modeling safety altitudes for sectors.
Provides classes and interfaces for all service related aspects.
Provides classes and interfaces for all arrival / departure routes in Visual Flight Rules related aspects.
This package provides an API to access domain objects in a unified way.
Provides classes and interfaces for all aerodrome related aspects within AIXM.
Provides classes and interfaces for all airspace related aspects within AIXM.
Provides classes and interfaces for all geoborder related aspects within AIXM.
Provides classes and interfaces for all navaid related aspects within AIXM.
Provides classes and interfaces for all obstacle related aspects within AIXM.
Provides classes and interfaces for all procedure related aspects within AIXM.
Provides classes and interfaces for all route related aspects within AIXM.
Provides classes and interfaces for all aerodrome related aspects within ARINC.
Provides classes and interfaces for all airspace related aspects within ARINC.
Provides classes and interfaces for all communication related aspects within ARINC.
Defines classes to model ARINC MORA data.
Provides classes and interfaces for all navaid related aspects within ARINC.
Provides classes and interfaces for all procedure related aspects within ARINC.
Provides classes and interfaces for all route related aspects within ARINC.
Provides classes and interfaces for modeling Minimum Sector Altitude objects in ARINC 424.
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Provides classes and interfaces for all aerodrome related aspects within DAFIF.
Provides classes and interfaces for all airspace related aspects within DAFIF.
Provides classes and interfaces for all navaid related aspects within DAFIF.
Provides classes and interfaces for all ortca related aspects within DAFIF.
Provides classes and interfaces for all parachute jump area related aspects within DAFIF.
Provides classes and interfaces for modeling Precision Approach Path Points (PAPP) in DAFIF.
Provides classes and interfaces for all procedure related aspects within DAFIF.
Provides classes and interfaces for all refueling track related aspects within DAFIF.
Provides classes and interfaces for all route related aspects within DAFIF.
Provides classes and interfaces for modeling Minimum Sector Altitude objects in DAFIF.
Provides classes and interfaces for all VFR related aspects within DAFIF.
Provides classes to read and write geometries and features from generic
spatial databases.
Provides a decoder and an encoder for geometries from DB2 Spatial
databases.
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Handles GML 2.1.2 and GML 3 data.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides a decoder and an encoder for geometries from Informix databases with
the Geodetic Datablade.
Provides a decoder and an encoder for geometries from Informix Spatial
databases.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Provides a
TLcdMSSQLModelDecoder and a TLcdMSSQLModelEncoder for geometries from Microsoft SQL
databases.Provides a decoder for raster data stored in Oracle Spatial databases.
Provides a decoder and an encoder for geometries from Oracle Locator/Spatial
databases with the Object-Relational model.
Handles the POL format.
Provides a decoder and an encoder for geometries from PostgreSQL
databases with the PostGIS spatial extension.
Handles the S-57 format.
Handles the shp format.
This package provides support for Luciad Vector data (LVDB).
Provides a decoder and an encoder for geometries from SQLite
databases with the SpatiaLite spatial extension.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind for
XML Schema based documents.The drawing domain objects are styled using SLD.
Model interfaces
This package provides classes to evaluate an OGC 1.0/1.1/2.0 filter.
Client API for an OGC Web Feature Service (WFS).
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
Basic utilities.
-
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model
Classes in com.luciad.ais.model that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThis implementation ofILcdFeaturedDescriptoruses a hashtable to map feature names to feature indices.classThis class provides an implementation ofILcdModelDescriptorthat is also anILcdFeaturedDescriptor.Constructors in com.luciad.ais.model with parameters of type ILcdFeaturedDescriptorModifierConstructorDescriptionTLcdHashedFeaturedDescriptor(ILcdFeaturedDescriptor aFeaturedDescriptor) Constructs aTLcdHashedFeaturedDescriptorgiven another featured descriptor.TLcdHashedFeaturedModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdFeaturedDescriptor aModelDescriptor) Deprecated. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.aerodrome
Classes in com.luciad.ais.model.aerodrome that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdAerodromeobjects.classA model descriptor for models containingILcdHelipadobjects.classA model descriptor for models containingILcdAerodromeobjects that represent heliports.classA model descriptor for models containingILcdRunwayobjects.Methods in com.luciad.ais.model.aerodrome that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdRunwayModelDescriptor.getArrestingGearDescriptor()Returns the featured descriptor describing the featured arresting gears.TLcdAerodromeModelDescriptor.getCollocatedAerodromeDescriptor()Returns the featured descriptor describing the featured runway directions.TLcdRunwayModelDescriptor.getRunwayClinePointDescriptor()Returns the featured descriptor describing the featured runway cline points.TLcdRunwayModelDescriptor.getRunwayDirectionDescriptor()Returns the featured descriptor describing the featured runway directions.Methods in com.luciad.ais.model.aerodrome with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdRunwayModelDescriptor.setArrestingGearDescriptor(ILcdFeaturedDescriptor aArrestingGearDescriptor) Specifies a featured descriptor for arresting gears.voidTLcdAerodromeModelDescriptor.setCollocatedAerodromeDescriptor(ILcdFeaturedDescriptor aCollocatedAerodromeDescriptor) Specifies a featured descriptor for the runway directions.voidTLcdRunwayModelDescriptor.setRunwayClinePointDescriptor(ILcdFeaturedDescriptor aRunwayClinePointDescriptor) Specifies a featured descriptor for the runway cline points.voidTLcdRunwayModelDescriptor.setRunwayDirectionDescriptor(ILcdFeaturedDescriptor aRunwayDirectionDescriptor) Specifies a featured descriptor for the runway directions. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.airspace
Classes in com.luciad.ais.model.airspace that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdGenericAirspaceobjects.classA model descriptor for models containingILcdAirspaceobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.ama
Classes in com.luciad.ais.model.ama that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdAreaMinimumAltitudeobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.finalapproachpath
Classes in com.luciad.ais.model.finalapproachpath that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdFinalApproachPathobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.geoborder
Classes in com.luciad.ais.model.geoborder that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdGeoborderobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.obstacle
Classes in com.luciad.ais.model.obstacle that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdObstacleobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.ortca
Classes in com.luciad.ais.model.ortca that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdOrtcaobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.parachutejumparea
Classes in com.luciad.ais.model.parachutejumparea that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdParachuteJumpAreaobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.procedure
Classes in com.luciad.ais.model.procedure that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdHoldingobjects.classA model descriptor for models containingILcdProcedureobjects.classA model descriptor for models containingTLcdProcedureTrajectoryobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.refuelingtrack
Classes in com.luciad.ais.model.refuelingtrack that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdRefuelingAirspaceobjects.classA model descriptor for models containingILcdRefuelingTrackobjects.Methods in com.luciad.ais.model.refuelingtrack that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdRefuelingTrackModelDescriptor.getRefuelingPointDescriptor()Returns the featured descriptor describing the featured refueling track points.Methods in com.luciad.ais.model.refuelingtrack with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdRefuelingTrackModelDescriptor.setRefuelingPointDescriptor(ILcdFeaturedDescriptor aRefuelingPointDescriptor) Specifies a featured descriptor for the refueling track points. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.route
Classes in com.luciad.ais.model.route that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassAnILcdModelDescriptorimplementation for models containingILcdATSRouteobjects.classAnILcdModelDescriptorimplementation for models containingILcdMilitaryTrainingRouteobjects.Methods in com.luciad.ais.model.route that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdATSRouteModelDescriptor.getDMEDescriptor()Returns the featured descriptor describing the featuredILcdDMEobjects that can be part of a route segment.TLcdATSRouteModelDescriptor.getMarkerDescriptor()Returns the featured descriptor describing the featuredILcdMarkerobjects that can be part of a route segment.TLcdATSRouteModelDescriptor.getNDBDescriptor()Returns the featured descriptor describing the featuredILcdNDBobjects that can be part of a route segment.TLcdMilitaryTrainingRouteModelDescriptor.getRoutePointDescriptor()Returns the featured descriptor describing the featured route points.TLcdATSRouteModelDescriptor.getRouteSegmentDescriptor()Returns the featured descriptor describing the featuredILcdRouteSegmentobjects.TLcdMilitaryTrainingRouteModelDescriptor.getRouteSegmentDescriptor()Returns the featured descriptor describing the featured route segments.TLcdATSRouteModelDescriptor.getTACANDescriptor()Returns the featured descriptor describing the featuredILcdTACANobjects that can be part of a route segment.TLcdATSRouteModelDescriptor.getVORDescriptor()Returns the featured descriptor describing the featuredILcdVORobjects that can be part of a route segment.TLcdATSRouteModelDescriptor.getWaypointDescriptor()Returns the featured descriptor describing the featuredILcdWayPointobjects that can be part of a route segment.Methods in com.luciad.ais.model.route with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdATSRouteModelDescriptor.setDMEDescriptor(ILcdFeaturedDescriptor aDMEDescriptor) Specifies a featured descriptor for the featuredILcdDMEobjects that can be part of a route segment.voidTLcdATSRouteModelDescriptor.setMarkerDescriptor(ILcdFeaturedDescriptor aMarkerDescriptor) Specifies a featured descriptor for the featuredILcdMarkerobjects that can be part of a route segment.voidTLcdATSRouteModelDescriptor.setNDBDescriptor(ILcdFeaturedDescriptor aNDBDescriptor) Specifies a featured descriptor for the featuredILcdNDBobjects that can be part of a route segment.voidTLcdMilitaryTrainingRouteModelDescriptor.setRoutePointDescriptor(ILcdFeaturedDescriptor aRoutePointDescriptor) Specifies a featured descriptor for the route points.voidTLcdATSRouteModelDescriptor.setRouteSegmentDescriptor(ILcdFeaturedDescriptor aRouteSegmentDescriptor) Specifies a featured descriptor for the featuredILcdRouteSegmentobjects.voidTLcdMilitaryTrainingRouteModelDescriptor.setRouteSegmentDescriptor(ILcdFeaturedDescriptor aRunwayDirectionDescriptor) Specifies a featured descriptor for the route segments.voidTLcdATSRouteModelDescriptor.setTACANDescriptor(ILcdFeaturedDescriptor aTACANDescriptor) Specifies a featured descriptor for the featuredILcdTACANobjects that can be part of a route segment.voidTLcdATSRouteModelDescriptor.setVORDescriptor(ILcdFeaturedDescriptor aVORDescriptor) Specifies a featured descriptor for the featuredILcdVORobjects that can be part of a route segment.voidTLcdATSRouteModelDescriptor.setWaypointDescriptor(ILcdFeaturedDescriptor aWaypointDescriptor) Specifies a featured descriptor for the featuredILcdWayPointobjects that can be part of a route segment. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.sector
Classes in com.luciad.ais.model.sector that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdMinimumSectorAltitudeobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.service
Classes in com.luciad.ais.model.service that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdServiceobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.ais.model.vfr
Classes in com.luciad.ais.model.vfr that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for models containingILcdAerodromeobjects related to VFR routes.classA model descriptor for models containingILcdVFRRouteobjects that represent offset routes (theisOffsetmethod returns true).classA model descriptor for models containingILcdVFRRouteobjects that are not offset routes (theisOffsetmethod returns false).Methods in com.luciad.ais.model.vfr that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdVFRRouteModelDescriptor.getRoutePointDescriptor()Returns the featured descriptor describing the featured route points.Methods in com.luciad.ais.model.vfr with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdVFRRouteModelDescriptor.setRoutePointDescriptor(ILcdFeaturedDescriptor aPointDescriptor) Specifies a featured descriptor describing the route points. -
Uses of ILcdFeaturedDescriptor in com.luciad.datamodel
Methods in com.luciad.datamodel that return ILcdFeaturedDescriptorMethods in com.luciad.datamodel with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdFeaturedDescriptorDataModelBuilder.buildType(String aTypeName, ILcdFeaturedDescriptor aFeaturedDescriptor) Builds a new data object type with the given name.static TLcdDataModelTLcdFeaturedDescriptorDataModelBuilder.createDataModel(String aDataModelName, String aTypeName, ILcdFeaturedDescriptor aFeaturedDescriptor) Creates a data model based on aILcdFeaturedDescriptor. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.aerodrome
Classes in com.luciad.format.aixm.model.aerodrome that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingILcdAerodromeobjects.classA model descriptor for AIXM models containingILcdRunwayobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.airspace
Classes in com.luciad.format.aixm.model.airspace that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingILcdGenericAirspaceobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.geoborder
Classes in com.luciad.format.aixm.model.geoborder that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingILcdGeoborderobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.obstacle
Classes in com.luciad.format.aixm.model.obstacle that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingILcdObstacleobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.procedure
Classes in com.luciad.format.aixm.model.procedure that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingTLcdProcedureTrajectoryobjects.Methods in com.luciad.format.aixm.model.procedure that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdAIXMProcedureTrajectoryModelDescriptor.getProcedureLegDescriptor()Deprecated.Methods in com.luciad.format.aixm.model.procedure with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdAIXMProcedureTrajectoryModelDescriptor.setProcedureLegDescriptor(ILcdFeaturedDescriptor aProcedureLegDescriptor) Deprecated. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.aixm.model.route
Classes in com.luciad.format.aixm.model.route that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for AIXM models containingILcdATSRouteobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.aerodrome
Classes in com.luciad.format.arinc.model.aerodrome that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdAerodromeobjects.classA model descriptor for ARINC models containingILcdRunwayobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.airspace
Classes in com.luciad.format.arinc.model.airspace that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdAirspaceobjects that represent Controlled Airspaces.classA model descriptor for ARINC models containingILcdAirspaceobjects that represent FIR/UIR Airspaces.classA model descriptor for ARINC models containingILcdAirspaceobjects that represent Restrictive Airspaces. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.communication
Classes in com.luciad.format.arinc.model.communication that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdServiceobjects.classA model descriptor for ARINC models containingILcdServiceobjects.classA model descriptor for ARINC models containingILcdServiceobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.mora
Classes in com.luciad.format.arinc.model.mora that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC MORA data. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.procedure
Classes in com.luciad.format.arinc.model.procedure that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdHoldingobjects.classA model descriptor for ARINC models containingTLcdProcedureTrajectoryobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.route
Classes in com.luciad.format.arinc.model.route that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdATSRouteobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.arinc.model.sector
Classes in com.luciad.format.arinc.model.sector that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for ARINC models containingILcdMinimumSectorAltitudeobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.asdi
Classes in com.luciad.format.asdi that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassBase class for allILcdModelDescriptorclasses of allILcdModelclasses containing ASDI data.classThisILcdModelDescriptoris used for models withTLcdASDIFlightPlanHistoryobjects.classThisILcdModelDescriptoris used for models withTLcdASDIFlightPlanobjects.classThisILcdModelDescriptoris used for models withTLcdASDITrackobjects.classThisILcdModelDescriptoris used for models withTLcdASDITrajectoryobjects.Methods in com.luciad.format.asdi that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionALcdASDIModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) Gets aILcdFeaturedDescriptorthat describes theILcdFeaturedpassed.TLcdASDIMessageInputStream.getFeaturedDescriptor(ILcdFeatured aFeatured) Deprecated.TheTLcdASDIMessageInputStream.readMessage()method returnsILcdDataObjectinstances, which have self-described data-types.TLcdASDIFlightPlanHistoryModelDescriptor.getFlightPlanFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in the flight plans contained in the flight plan history objects.TLcdASDIFlightPlanModelDescriptor.getFlightPlanHistoryFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in the flight plan history objects associated with the flight plans.TLcdASDIFlightPlanHistoryModelDescriptor.getMessageFeaturedDescriptor(String aMessageType) Returns theILcdFeaturedDescriptorthat describes the features present in the flight plan messages of the flight plan history objects.TLcdASDIFlightPlanModelDescriptor.getMessageFeaturedDescriptor(String aMessageType) Returns theILcdFeaturedDescriptorthat describes the features present in the flight plan messages of the flight plans.TLcdASDITrajectoryModelDescriptor.getTrackFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in the tracks of the trajectories.TLcdASDITrackModelDescriptor.getTrajectoryFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in the trajectories associated with the tracks. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.asterix
Classes in com.luciad.format.asterix that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassBase class for allILcdModelDescriptors that are used to represent data of some type.classA model descriptor for plot models.classA model descriptor for ASTERIX category 34 models containing monoradar service messages.classA model descriptor for ASTERIX category 240 radar video models.classThisILcdModelDescriptorshould be used for models withTLcdASTERIXTrackobjects.classThisILcdModelDescriptorshould be used for models withTLcdASTERIXTrajectoryobjects.classThisILcdModelDescriptorshould be used for models withTLcdASTERIXWeatherPictureobjects.Methods in com.luciad.format.asterix that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionALcdASTERIXModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) Gets aILcdFeaturedDescriptorthat describes theILcdFeaturedpassed.TLcdASTERIXWeatherModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) TLcdASTERIXTrajectoryModelDescriptor.getTrackFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in theTLcdASTERIXTrajectory.getTrackFeatureCount()andTLcdASTERIXTrajectory.getTrackFeature(int, int)methods.TLcdASTERIXTrackModelDescriptor.getTrajectoryFeaturedDescriptor()Returns theILcdFeaturedDescriptorthat describes the features present in the trajectories associated with the tracks.Constructors in com.luciad.format.asterix with parameters of type ILcdFeaturedDescriptorModifierConstructorDescriptionTLcdASTERIXTrackModelDescriptor(TLcdASTERIXDataSource aDataSource, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXTransformationProvider aTransformationProvider, ALcdASTERIXScalingFactorProvider aScalingFactorProvider, ILcdFeaturedDescriptor aTrajectoryFeaturedDescriptor) TLcdASTERIXTrackModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXTransformationProvider aTransformationProvider, ALcdASTERIXScalingFactorProvider aScalingFactorProvider, ILcdFeaturedDescriptor aTrajectoryFeaturedDescriptor) TLcdASTERIXTrajectoryModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXTransformationProvider aTransformationProvider, ALcdASTERIXScalingFactorProvider aScalingFactorProvider, ILcdFeaturedDescriptor aTrackFeaturedDescriptor) -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.aerodrome
Classes in com.luciad.format.dafif.model.aerodrome that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdAerodromeobjects.classA model descriptor for DAFIF models containingILcdHelipadobjects.classA model descriptor for DAFIF models containingILcdAerodromeobjects that represent heliports.classA model descriptor for DAFIF models containingILcdRunwayobjects.Methods in com.luciad.format.dafif.model.aerodrome that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdDAFIFAerodromeModelDescriptor.getCommunicationDescriptor()Returns the descriptor for the heliport communications.TLcdDAFIFHeliportModelDescriptor.getCommunicationDescriptor()Returns the descriptor for the heliport communications.Methods in com.luciad.format.dafif.model.aerodrome with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdDAFIFAerodromeModelDescriptor.setCommunicationDescriptor(ILcdFeaturedDescriptor aCommunicationDescriptor) Specifies a featured descriptor for the communication objects.voidTLcdDAFIFHeliportModelDescriptor.setCommunicationDescriptor(ILcdFeaturedDescriptor aCommunicationDescriptor) Specifies a featured descriptor for the communication objects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.airspace
Classes in com.luciad.format.dafif.model.airspace that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdAirspaceobjects.classA model descriptor for DAFIF models containingILcdAirspaceobjects that represent special use airspaces. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.ortca
Classes in com.luciad.format.dafif.model.ortca that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdOrtcaobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.parachutejumparea
Classes in com.luciad.format.dafif.model.parachutejumparea that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdParachuteJumpAreaobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.precisionapproachpath
Classes in com.luciad.format.dafif.model.precisionapproachpath that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdPrecisionApproachPathobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.procedure
Classes in com.luciad.format.dafif.model.procedure that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdHoldingobjects.classA model descriptor for DAFIF models containingTLcdProcedureTrajectoryobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.refuelingtrack
Classes in com.luciad.format.dafif.model.refuelingtrack that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdRefuelingAirspaceobjects.classA model descriptor for DAFIF models containingILcdRefuelingTrackobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.route
Classes in com.luciad.format.dafif.model.route that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdATSRouteobjects.classA model descriptor for DAFIF models containingILcdMilitaryTrainingRouteobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.sector
Classes in com.luciad.format.dafif.model.sector that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdMinimumSectorAltitudeobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.dafif.model.vfr
Classes in com.luciad.format.dafif.model.vfr that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA model descriptor for DAFIF models containingILcdVFRRouteobjects that represent offset routes (theisOffsetmethod returns true).classA model descriptor for DAFIF models containingILcdVFRRouteobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.database
Subinterfaces of ILcdFeaturedDescriptor in com.luciad.format.databaseModifier and TypeInterfaceDescriptioninterfaceThisILcdModelDescriptorspecifically describes database models.Classes in com.luciad.format.database that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a spatial database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.db2.spatial
Classes in com.luciad.format.db2.spatial that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from an DB2 Spatial database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.gml2.xml
Methods in com.luciad.format.gml2.xml that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdGML2ModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) -
Uses of ILcdFeaturedDescriptor in com.luciad.format.gml3
Methods in com.luciad.format.gml3 that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdGML3ModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) Deprecated. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.gml31.xml
Methods in com.luciad.format.gml31.xml that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdGML31ModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) -
Uses of ILcdFeaturedDescriptor in com.luciad.format.informix.geodetic
Classes in com.luciad.format.informix.geodetic that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes an Informix Geodetic table from an Informix database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.informix.spatial
Classes in com.luciad.format.informix.spatial that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from an Informix Spatial database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThis ILcdModelDescriptor can be used to describe model constructed from MapInfo Interchange Format data. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.mssql
Classes in com.luciad.format.mssql that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from a Microsoft SQL database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.oracle.georaster
Classes in com.luciad.format.oracle.georaster that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a spatial georaster database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.oracle.spatial
Classes in com.luciad.format.oracle.spatial that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from an Oracle Spatial database in the Object-Relational Model. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.pol
Classes in com.luciad.format.pol that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassA featured model descriptor for models that contain POL objects. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.postgresql
Classes in com.luciad.format.postgresql that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from a PostgreSQL PostGIS database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassTLcdS57ObjectClassDescriptorprovides information about an S-57 object class.Methods in com.luciad.format.s57 that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdS57CatalogueModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) TLcdS57LevelModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) TLcdS57ModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) -
Uses of ILcdFeaturedDescriptor in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassILcdModelDescriptor,ILcdFeaturedDescriptorandILcdClassContentDescriptorimplementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.sqlite.lvdb
Classes in com.luciad.format.sqlite.lvdb that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassModel descriptor for Luciad Vector Databases (LVDB). -
Uses of ILcdFeaturedDescriptor in com.luciad.format.sqlite.spatialite
Classes in com.luciad.format.sqlite.spatialite that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThisILcdDatabaseModelDescriptordescribes a layer from a SQLite SpatiaLite database. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.vpf
Classes in com.luciad.format.vpf that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassModels the VPF database level.classModel descriptor used for VPF models. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.xml
Methods in com.luciad.format.xml that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdXMLElement.getFeaturedDescriptor()Deprecated.TLcdXMLElement.getFeaturedDescriptor(ILcdFeatured aFeatured) Deprecated.Methods in com.luciad.format.xml with parameters of type ILcdFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdXMLElement.setFeaturedDescriptor(ILcdFeaturedDescriptor aFeaturedDescriptor) Deprecated. -
Uses of ILcdFeaturedDescriptor in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassImplementation ofcom.luciad.util.ILcdCollectionFeaturedDescriptorthat contains additional XML-related information about the object it describes. -
Uses of ILcdFeaturedDescriptor in com.luciad.lucy.addons.drawing.model
Classes in com.luciad.lucy.addons.drawing.model that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassExtension ofTLcyDrawingModelDescriptorwhich also implementsILcdDataModelDescriptor.classTheILcdModelDescriptorused by the models created by theTLcyDrawingFormatwhen specified in the configuration file of the drawing add-on. -
Uses of ILcdFeaturedDescriptor in com.luciad.model
Classes in com.luciad.model that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassDeprecated.classDeprecated.This API is only here to support deprecated formats.Methods in com.luciad.model that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdFeaturedModelDescriptor.getFeaturedDescriptor(ILcdFeatured aFeatured) Deprecated.Returns this object as featured descriptor as descriptor for the featured passed.Constructors in com.luciad.model with parameters of type ILcdFeaturedDescriptorModifierConstructorDescriptionTLcdMultilevelTiledModelDescriptor(String aSourceName, String aDisplayName, ILcdFeaturedDescriptor aDescriptor) Deprecated.Constructs a descriptor, copying the features from another ILcdFeaturedDescriptor. -
Uses of ILcdFeaturedDescriptor in com.luciad.ogc.filter.evaluator
Constructors in com.luciad.ogc.filter.evaluator with parameters of type ILcdFeaturedDescriptorModifierConstructorDescriptionTLcdFeaturedDescriptorPropertyRetrieverProvider(ILcdFeaturedDescriptor aFeaturedDescriptor) Constructs an instance with a given featured descriptor.TLcdFeaturedDescriptorPropertyRetrieverProvider(ILcdFeaturedDescriptor aFeaturedDescriptor, TLcdXMLName aSelfName) Constructs an instance with a given featured descriptor and a property name that must be mapped on the model object. -
Uses of ILcdFeaturedDescriptor in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionTLcdWFSProxyModelDescriptor.getFeaturedDescriptor(ILcdFeatured aObject) Returns anILcdFeaturedDescriptorfor an element of the WFS proxy model. -
Uses of ILcdFeaturedDescriptor in com.luciad.symbology.app6a.model
Classes in com.luciad.symbology.app6a.model that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThis class is anILcdModelDescriptorfor models that containILcdAPP6ACodedobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.symbology.milstd2525b.model
Classes in com.luciad.symbology.milstd2525b.model that implement ILcdFeaturedDescriptorModifier and TypeClassDescriptionclassThis class is anILcdModelDescriptorfor models that containILcdMS2525bCodedobjects. -
Uses of ILcdFeaturedDescriptor in com.luciad.util
Subinterfaces of ILcdFeaturedDescriptor in com.luciad.utilModifier and TypeInterfaceDescriptioninterfaceDeprecated.Methods in com.luciad.util that return ILcdFeaturedDescriptorModifier and TypeMethodDescriptionILcdFeaturedDescriptorProvider.getFeaturedDescriptor(ILcdFeatured aFeatured) Deprecated.Gets aILcdFeaturedDescriptorthat describes theILcdFeaturedpassed.ILcdSelfDescribedFeatured.getFeaturedDescriptor()Deprecated.Returns theILcdFeaturedDescriptordescribing thisILcdFeaturedobject.
TLcdHashedFeaturedModelDescriptor(String, String, String, TLcdDataType)