Package com.luciad.ais.model.geoborder
Class TLcdGeoborderModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.geoborder.TLcdGeoborderModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
- Direct Known Subclasses:
TLcdAIXMGeoborderModelDescriptor
A model descriptor for models containing
ILcdGeoborder
objects.
This model descriptor is also an ILcdDataModelDescriptor
.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdGeoborderModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdGeoborderModelDescriptor
object.TLcdGeoborderModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, String[] aNames, Class[] aClasses) Deprecated. -
Method Summary
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
-
Constructor Details
-
TLcdGeoborderModelDescriptor
@Deprecated public TLcdGeoborderModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aNames, Class[] aClasses) Constructs a newTLcdGeoborderModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type name of the data sourceaDisplayName
- the display name of the data sourceaNames
- the feature namesaClasses
- the feature classes
-
TLcdGeoborderModelDescriptor
public TLcdGeoborderModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdGeoborderModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type name of the data sourceaDisplayName
- the display name of the data sourceaDataType
- the type of the elements of this descriptor's model- Since:
- 10.1
-
TLcdGeoborderModelDescriptor(String, String, String, TLcdDataType)