Package com.luciad.format.gml3
Class TLcdGML3ModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.gml3.TLcdGML3ModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor
,ILcdFeaturedDescriptorProvider
,Serializable
public class TLcdGML3ModelDescriptor
extends TLcdModelDescriptor
implements ILcdFeaturedDescriptorProvider
Deprecated.
GML3 Model descriptor.
Contains the URI(s) of the schema(s) that define the structure of the
original XML document.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdGML3ModelDescriptor
(String aSourceName, String aDisplayName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetFeaturedDescriptor
(ILcdFeatured aFeatured) Deprecated.Gets aILcdFeaturedDescriptor
that describes theILcdFeatured
passed.getNamespaceURI
(int aIndex) Deprecated.int
Deprecated.Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
-
Constructor Details
-
TLcdGML3ModelDescriptor
Deprecated.
-
-
Method Details
-
getNamespaceURI
Deprecated. -
getNamespaceURICount
public int getNamespaceURICount()Deprecated. -
getFeaturedDescriptor
Deprecated.Description copied from interface:ILcdFeaturedDescriptorProvider
Gets aILcdFeaturedDescriptor
that describes theILcdFeatured
passed.- Specified by:
getFeaturedDescriptor
in interfaceILcdFeaturedDescriptorProvider
- Parameters:
aFeatured
- a featured object to retrieve a featured descriptor for.- Returns:
- a
ILcdFeaturedDescriptor
that describes theILcdFeatured
passed.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.