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 TypeClassDescriptionclassDeprecated.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 TypeMethodDescriptionvoidTLcdGML2ModelEncoder.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this encoder.voidTLcdGML3ModelDecoder.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map to be used by this decoder.voidTLcdGML3ModelEncoder.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 theILcdXMLSchemaLocationsMapthat contains all schema locations read during the decoding of XML documents.TLcdXMLDocumentReader.getSchemaLocationsMap()Deprecated.Returns theILcdXMLSchemaLocationsMapthat 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 TypeMethodDescriptionvoidTLcdXMLDecoder.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets theILcdXMLSchemaLocationsMapin which all schema locations that are declared in the read XML documents should be stored.voidTLcdXMLDocumentReader.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets theILcdXMLSchemaLocationsMapin which all schema locations that are declared in the read XML documents should be stored.voidTLcdXMLEncoder.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 TypeClassDescriptionclassDeprecated.Use of thecom.format.xml.schemaAPI 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 TypeMethodDescriptionvoidTLcdXMLSchemaDecoder.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the schema locations map in which all imports should be stored.voidTLcdXMLSchemaEncoder.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the locations of the schemas that are used.voidTLcdXMLSchemaProvider.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 TypeClassDescriptionclassDeprecated.Please update to aTLcdXMLSchemaBasedEncoderandTLcdOGCFilterEncoderLibraryor useTLcdOGCFilterEncoderdirectly.classDeprecated.Please update to aTLcdXMLSchemaBasedEncoderandTLcdOGCFilterEncoderLibraryor useTLcdOGCFilterEncoderdirectly. -
Uses of ILcdXMLSchemaLocationsMap in com.luciad.ogc.sld.xml
Classes in com.luciad.ogc.sld.xml that implement ILcdXMLSchemaLocationsMapModifier and TypeClassDescriptionclassDeprecated.This belongs to the deprecatedTLcdSLDFeatureTypeStyleDecoder10andTLcdSLDFeatureTypeStyleEncoder10.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 TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyleEncoder10.setSchemaLocationsMap(ILcdXMLSchemaLocationsMap aSchemaLocationsMap) Deprecated.Sets the locations of the schemas that are used in the XML document.