Class TLcdAIXMGeoborderModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.geoborder.TLcdGeoborderModelDescriptor
com.luciad.format.aixm.model.geoborder.TLcdAIXMGeoborderModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
A model descriptor for AIXM models containing
ILcdGeoborder objects.
The type name (getTypeName()) and the display name (getDisplayName())
are respectively set to "AIXM" and
TLcdAIXMGeoborderModelDescriptor.DISPLAY_NAME.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdAIXMGeoborderModelDescriptor(String aSourceName) Constructs a newTLcdAIXMGeoborderModelDescriptorobject for theTLcdAIXMDataTypes.Geobordertype.TLcdAIXMGeoborderModelDescriptor(String aSourceName, TLcdDataType aDataType) Constructs a newTLcdAIXMGeoborderModelDescriptorobject.TLcdAIXMGeoborderModelDescriptor(String aSourceName, String[] aNames, Class[] aClasses) Deprecated. -
Method Summary
Methods inherited from class com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, 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
-
TLcdAIXMGeoborderModelDescriptor
@Deprecated public TLcdAIXMGeoborderModelDescriptor(String aSourceName, String[] aNames, Class[] aClasses) Deprecated.Constructs a newTLcdAIXMGeoborderModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaNames- the feature namesaClasses- the feature classes
-
TLcdAIXMGeoborderModelDescriptor
Constructs a newTLcdAIXMGeoborderModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaDataType- the type of the elements of this descriptor's model
-
TLcdAIXMGeoborderModelDescriptor
Constructs a newTLcdAIXMGeoborderModelDescriptorobject for theTLcdAIXMDataTypes.Geobordertype.- Parameters:
aSourceName- the name of the data source
-