Package com.luciad.format.gml3.factory
Class TLcdGML3ObjectFactoryLibrary
java.lang.Object
com.luciad.format.gml3.factory.TLcdGML3ObjectFactoryLibrary
Deprecated.
A library that contains XML object factories for GML elements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdXMLObjectFactory
createObjectFactory
(TLcdXMLName aTypeName) Deprecated.Returns a newILcdXMLObjectFactory
for the given type.static TLcdXMLName
getXMLType
(int aIndex) Deprecated.Returns the name of the XML type, supported by this provider, at the given index.static int
Deprecated.Returns the number of XML types that are supported by this provider.
-
Constructor Details
-
TLcdGML3ObjectFactoryLibrary
public TLcdGML3ObjectFactoryLibrary()Deprecated.
-
-
Method Details
-
getXMLTypeCount
public static int getXMLTypeCount()Deprecated.Returns the number of XML types that are supported by this provider.- Returns:
- the number of XML types supported by this provider.
-
getXMLType
Deprecated.Returns the name of the XML type, supported by this provider, at the given index.- Parameters:
aIndex
- the index of the XML type whose name is to be returned.- Returns:
- the name of the XML type at the given index.
-
createObjectFactory
Deprecated.Returns a newILcdXMLObjectFactory
for the given type.- Parameters:
aTypeName
- the name of the type for which an object factory is to be returned.- Returns:
- a new
ILcdXMLObjectFactory
, able to create objects of the given type. - Throws:
IllegalArgumentException
- if there is noILcdXMLObjectFactory
available for the given type.
-
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
.