Class TLcdAIXMRouteModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.route.TLcdATSRouteModelDescriptor
com.luciad.format.aixm.model.route.TLcdAIXMRouteModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
A model descriptor for AIXM models containing
ILcdATSRoute
objects.
The type name (getTypeName()
) and the display name (getDisplayName()
)
are respectively set to "AIXM" and
TLcdAIXMRouteModelDescriptor.DISPLAY_NAME
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The display name associated with this model descriptor. -
Constructor Summary
ConstructorDescriptionTLcdAIXMRouteModelDescriptor
(String aSourceName) Constructs a newTLcdATSRouteModelDescriptor
object withTLcdAIXMDataTypes.ATSRoute
as model element type.TLcdAIXMRouteModelDescriptor
(String aSourceName, TLcdDataType aDataType) Constructs a newTLcdATSRouteModelDescriptor
object.TLcdAIXMRouteModelDescriptor
(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Methods inherited from class com.luciad.ais.model.route.TLcdATSRouteModelDescriptor
getDMEDescriptor, getMarkerDescriptor, getNDBDescriptor, getRouteSegmentDescriptor, getTACANDescriptor, getVORDescriptor, getWaypointDescriptor, setDMEDescriptor, setMarkerDescriptor, setNDBDescriptor, setRouteSegmentDescriptor, setTACANDescriptor, setVORDescriptor, setWaypointDescriptor
Methods inherited from class com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, 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
-
TLcdAIXMRouteModelDescriptor
@Deprecated public TLcdAIXMRouteModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdATSRouteModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaFeatureNames
- the feature namesaFeatureClasses
- the feature classes
-
TLcdAIXMRouteModelDescriptor
Constructs a newTLcdATSRouteModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaDataType
- the type of the elements of this descriptor's model
-
TLcdAIXMRouteModelDescriptor
Constructs a newTLcdATSRouteModelDescriptor
object withTLcdAIXMDataTypes.ATSRoute
as model element type.- Parameters:
aSourceName
- the name of the data source
-