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
Modifier and TypeFieldDescriptionstatic final String
The display name associated with this model descriptor. -
Constructor Summary
ConstructorDescriptionTLcdAIXMAirspaceModelDescriptor
(String aSourceName) Constructs a newTLcdAIXMAirspaceModelDescriptor
object withTLcdAIXMDataTypes.Airspace
,TLcdAIXMDataTypes.AirspaceCorridor
andTLcdAIXMDataTypes.AssociationBasedAirspace
as model element types.TLcdAIXMAirspaceModelDescriptor
(String aSourceName, TLcdDataType... aDataTypes) Constructs a newTLcdAIXMAirspaceModelDescriptor
object.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, getModelTypes
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasure
Methods 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 newTLcdAIXMAirspaceModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaFeatureNames
- the feature namesaFeatureClasses
- the feature classes
-
TLcdAIXMAirspaceModelDescriptor
Constructs a newTLcdAIXMAirspaceModelDescriptor
object withTLcdAIXMDataTypes.Airspace
,TLcdAIXMDataTypes.AirspaceCorridor
andTLcdAIXMDataTypes.AssociationBasedAirspace
as model element types.- Parameters:
aSourceName
- the name of the data source
-
TLcdAIXMAirspaceModelDescriptor
Constructs a newTLcdAIXMAirspaceModelDescriptor
object.- 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:TLcdHashedFeaturedModelDescriptor
Returns 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_TYPE
is returned.- Specified by:
getModelElementTypes
in interfaceILcdDataModelDescriptor
- Overrides:
getModelElementTypes
in classTLcdHashedFeaturedModelDescriptor
- Returns:
- a set containing the single model element type of this model descriptor
-