Uses of Interface
com.luciad.format.xml.ILcdXMLPrefixMap
Packages that use ILcdXMLPrefixMap
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.Provides the Tile Store abstraction and a file system implementation.
Contains a Java object model for representing an OGC filter, implementing the OGC 02-059, 04-095 and 09-026 standards
(OGC Filter Encoding Implementation Specification, version 1.0.0, 1.1.0 and 2.0.0).
Encoding and decoding of XML files containing OGC Filter capabilities elements to and from the OGC Filter capabilities
model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of ILcdXMLPrefixMap in com.luciad.format.gml3
Methods in com.luciad.format.gml3 that return ILcdXMLPrefixMapModifier and TypeMethodDescriptionTLcdGML2ModelEncoder.getPrefixMap()
Deprecated.Returns the prefix map used by this encoder.TLcdGML3ModelDecoder.getPrefixMap()
Deprecated.Returns the prefix map that is used by this decoder.TLcdGML3ModelEncoder.getPrefixMap()
Deprecated.Returns the prefix map used by this encoder.Methods in com.luciad.format.gml3 with parameters of type ILcdXMLPrefixMapModifier and TypeMethodDescriptionvoid
TLcdGML2ModelEncoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this encoder.void
TLcdGML3ModelDecoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this decoder.void
TLcdGML3ModelEncoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this encoder. -
Uses of ILcdXMLPrefixMap in com.luciad.format.xml
Classes in com.luciad.format.xml that implement ILcdXMLPrefixMapModifier and TypeClassDescriptionclass
Default implementation of ILcdXMLPrefixMap.Methods in com.luciad.format.xml that return ILcdXMLPrefixMapModifier and TypeMethodDescriptionTLcdXMLDecoder.getPrefixMap()
Deprecated.Returns the prefix map that is used by this decoder.TLcdXMLDocumentReader.getPrefixMap()
Deprecated.Returns the prefix map that is used by this document reader.TLcdXMLEncoder.getPrefixMap()
Deprecated.Returns the prefix map used by this encoder.Methods in com.luciad.format.xml with parameters of type ILcdXMLPrefixMapModifier and TypeMethodDescriptionvoid
TLcdXMLDecoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this decoder.void
TLcdXMLDocumentReader.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this document reader.void
TLcdXMLEncoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the mapping from namespace to prefix to be used in the encoding. -
Uses of ILcdXMLPrefixMap in com.luciad.format.xml.schema
Methods in com.luciad.format.xml.schema with parameters of type ILcdXMLPrefixMapModifier and TypeMethodDescriptionvoid
TLcdXMLSchemaEncoder.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this encoder. -
Uses of ILcdXMLPrefixMap in com.luciad.fusion.tilestore
Constructors in com.luciad.fusion.tilestore with parameters of type ILcdXMLPrefixMapModifierConstructorDescriptionProperty
(String aXPath, ILcdXMLPrefixMap aPrefixMap) Constructs a property from an XPath expression and an XML prefix map. -
Uses of ILcdXMLPrefixMap in com.luciad.ogc.filter.model
Constructors in com.luciad.ogc.filter.model with parameters of type ILcdXMLPrefixMapModifierConstructorDescriptionTLcdOGCXPath
(String aPath, ILcdXMLPrefixMap aPrefixMap) Creates an instance by parsing the given XPath expression with a given prefix map. -
Uses of ILcdXMLPrefixMap in com.luciad.ogc.filter.xml.capabilities
Constructors in com.luciad.ogc.filter.xml.capabilities with parameters of type ILcdXMLPrefixMapModifierConstructorDescriptionTLcdOGCFilterCapabilitiesElementAdapterProvider11
(ILcdXMLElementNameProvider aElementNameProvider, ILcdXMLPrefixMap aPrefixMap) Deprecated.Constructs an element adapter provider providing ogc filter capabilities element adapters that will use the given element name provider for resolving the names. -
Uses of ILcdXMLPrefixMap in com.luciad.ogc.sld.xml
Methods in com.luciad.ogc.sld.xml that return ILcdXMLPrefixMapModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleEncoder10.getPrefixMap()
Deprecated.Returns the prefix map used by this encoder.Methods in com.luciad.ogc.sld.xml with parameters of type ILcdXMLPrefixMapModifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleEncoder10.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this encoder. -
Uses of ILcdXMLPrefixMap in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml that return ILcdXMLPrefixMapModifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorEncoder10.getPrefixMap()
Deprecated.Returns the prefix map used by this encoder.Methods in com.luciad.wms.sld.xml with parameters of type ILcdXMLPrefixMapModifier and TypeMethodDescriptionvoid
TLcdSLDStyledLayerDescriptorEncoder10.setPrefixMap
(ILcdXMLPrefixMap aPrefixMap) Deprecated.Sets the prefix map to be used by this encoder.