Class TLcdAIXMAirspaceModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.airspace.TLcdAirspaceModelDescriptor
com.luciad.format.aixm.model.airspace.TLcdAIXMAirspaceModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
A model descriptor for AIXM models containing
ILcdGenericAirspace objects.
The type name (getTypeName()) and the display name (getDisplayName())
are respectively set to "AIXM" and
TLcdAIXMAirspaceModelDescriptor.DISPLAY_NAME.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdAIXMAirspaceModelDescriptor(String aSourceName) Constructs a newTLcdAIXMAirspaceModelDescriptorobject withTLcdAIXMDataTypes.Airspace,TLcdAIXMDataTypes.AirspaceCorridorandTLcdAIXMDataTypes.AssociationBasedAirspaceas model element types.TLcdAIXMAirspaceModelDescriptor(String aSourceName, TLcdDataType... aDataTypes) Constructs a newTLcdAIXMAirspaceModelDescriptorobject.TLcdAIXMAirspaceModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns a singleton set that contains the type with which this object was created.Methods inherited from class com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelTypesMethods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasureMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
DISPLAY_NAME
The display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdAIXMAirspaceModelDescriptor
@Deprecated public TLcdAIXMAirspaceModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdAIXMAirspaceModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaFeatureNames- the feature namesaFeatureClasses- the feature classes
-
TLcdAIXMAirspaceModelDescriptor
Constructs a newTLcdAIXMAirspaceModelDescriptorobject withTLcdAIXMDataTypes.Airspace,TLcdAIXMDataTypes.AirspaceCorridorandTLcdAIXMDataTypes.AssociationBasedAirspaceas model element types.- Parameters:
aSourceName- the name of the data source
-
TLcdAIXMAirspaceModelDescriptor
Constructs a newTLcdAIXMAirspaceModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaDataTypes- the airspace data types to use as model element types
-
-
Method Details
-
getModelElementTypes
Description copied from class:TLcdHashedFeaturedModelDescriptorReturns a singleton set that contains the type with which this object was created. In case the object was created using one of the deprecated constructors that don't take a type parameter, theTLcdUnknownDataTypes.UNKOWN_TYPEis returned.- Specified by:
getModelElementTypesin interfaceILcdDataModelDescriptor- Overrides:
getModelElementTypesin classTLcdHashedFeaturedModelDescriptor- Returns:
- a set containing the single model element type of this model descriptor
-