Uses of Interface
com.luciad.format.xml.schema.ILcdXMLSchemaLocationsMap
Packages that use ILcdXMLSchemaLocationsMap
Package
Description
Handles GML 2.1.2 and GML 3 data.
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
-
Uses of ILcdXMLSchemaLocationsMap in com.luciad.format.gml3
Classes in com.luciad.format.gml3 that implement ILcdXMLSchemaLocationsMapModifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated.Methods in com.luciad.format.gml3 that return ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionTLcdGML2ModelEncoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations map used by this encoder.TLcdGML3ModelDecoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations map used by this decoder.TLcdGML3ModelEncoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations map used by this encoder.Methods in com.luciad.format.gml3 with parameters of type ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionvoid
TLcdGML2ModelEncoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this encoder.void
TLcdGML3ModelDecoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this decoder.void
TLcdGML3ModelEncoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this encoder. -
Uses of ILcdXMLSchemaLocationsMap in com.luciad.format.xml
Methods in com.luciad.format.xml that return ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionTLcdXMLDecoder.getSchemaLocationsMap()
Deprecated.Returns theILcdXMLSchemaLocationsMap
that contains all schema locations read during the decoding of XML documents.TLcdXMLDocumentReader.getSchemaLocationsMap()
Deprecated.Returns theILcdXMLSchemaLocationsMap
that contains all schema locations read during the decoding of XML documents.TLcdXMLEncoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations used for encoding.Methods in com.luciad.format.xml with parameters of type ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionvoid
TLcdXMLDecoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets theILcdXMLSchemaLocationsMap
in which all schema locations that are declared in the read XML documents should be stored.void
TLcdXMLDocumentReader.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets theILcdXMLSchemaLocationsMap
in which all schema locations that are declared in the read XML documents should be stored.void
TLcdXMLEncoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the locations of the schemas that are used in the XML document. -
Uses of ILcdXMLSchemaLocationsMap in com.luciad.format.xml.schema
Classes in com.luciad.format.xml.schema that implement ILcdXMLSchemaLocationsMapModifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.Methods in com.luciad.format.xml.schema that return ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionTLcdXMLSchemaDecoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations map in which all imports are stored.TLcdXMLSchemaEncoder.getSchemaLocationsMap()
Deprecated.Returns the schema locations used for encoding.TLcdXMLSchemaProvider.getSchemaLocationsMap()
Deprecated.Returns the schema locations map that is used by this provider to retrieve schema locations.Methods in com.luciad.format.xml.schema with parameters of type ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionvoid
TLcdXMLSchemaDecoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map in which all imports should be stored.void
TLcdXMLSchemaEncoder.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the locations of the schemas that are used.void
TLcdXMLSchemaProvider.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this provider to retrieve its schema locations from.Constructors in com.luciad.format.xml.schema with parameters of type ILcdXMLSchemaLocationsMapModifierConstructorDescriptionTLcdXMLSchemaProvider
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Creates a new schema provider, with a given schema locations map. -
Uses of ILcdXMLSchemaLocationsMap in com.luciad.ogc.filter.xml
Classes in com.luciad.ogc.filter.xml that implement ILcdXMLSchemaLocationsMapModifier and TypeClassDescriptionclass
Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly.class
Deprecated.Please update to aTLcdXMLSchemaBasedEncoder
andTLcdOGCFilterEncoderLibrary
or useTLcdOGCFilterEncoder
directly. -
Uses of ILcdXMLSchemaLocationsMap in com.luciad.ogc.sld.xml
Classes in com.luciad.ogc.sld.xml that implement ILcdXMLSchemaLocationsMapModifier and TypeClassDescriptionclass
Deprecated.This belongs to the deprecatedTLcdSLDFeatureTypeStyleDecoder10
andTLcdSLDFeatureTypeStyleEncoder10
.Methods in com.luciad.ogc.sld.xml that return ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleEncoder10.getSchemaLocationsMap()
Deprecated.Gets the locations of the schemas.Methods in com.luciad.ogc.sld.xml with parameters of type ILcdXMLSchemaLocationsMapModifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleEncoder10.setSchemaLocationsMap
(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the locations of the schemas that are used in the XML document.