com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public class TLcdGMLModelDescriptor extends TLcdFeaturedModelDescriptor implements ILcdModelDescriptor,ILcdFeaturedDescriptor
ILcdModelDescriptor
and ILcdFeaturedDescriptor
implementation to describe
models decoded by the TLcdGMLModelDecoder
.fFeatureClasses, fFeatureNames
Constructor and Description |
---|
TLcdGMLModelDescriptor(String aSourceName,
String aGMLTypeName,
String aDisplayName,
String[] aFeatureNames,
Class[] aFeatureClasses)
Deprecated.
Constructs a descriptor for models decoded with the
TLcdGMLModelDecoder . |
getFeatureClass, getFeatureCount, getFeaturedDescriptor, getFeatureIndex, getFeatureName
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getSourceName, getTypeName
getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getFeatureUnitOfMeasure
public TLcdGMLModelDescriptor(String aSourceName, String aGMLTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses)
TLcdGMLModelDecoder
.aSourceName
- identifies the source of the model.aGMLTypeName
- the type of model.aDisplayName
- the display name of the model.aFeatureNames
- the names of the features each element in this model contains.aFeatureClasses
- the Classes for each of the featureNames.