Uses of Class
com.luciad.format.xml.bind.schema.TLcdXMLSchemaBasedDecoder
Packages that use TLcdXMLSchemaBasedDecoder
Package
Description
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides support for transforming domain objects and model to and from GML.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.
Provides an extension on the XML Binding framework in
com.luciad.format.xml.bind
and
com.luciad.format.xml.bind.schema
that adds support for automatic binding of XML data to
a generic domain model, accessible via the ILcdDataObject
interface.This package provides support for encoding and decoding XLink (http://www.w3.org/TR/xlink/)
references during the decoding of an XML model.
This package provides support for XPath.
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.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.gml2.xml
Methods in com.luciad.format.gml2.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdGML2DecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder with the decoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation
. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.gml31.xml
Methods in com.luciad.format.gml31.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdGML31DecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder with the decoder library from the GML31 data model'sTLcdXMLSchemaMappingAnnotation
. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getDecoder()
Returns theTLcdXMLSchemaBasedDecoder
that this object uses to decode the GML documents.Constructors in com.luciad.format.gmlcommon.transformation with parameters of type TLcdXMLSchemaBasedDecoderModifierConstructorDescriptionTLcdGMLApplicationModelDecoder
(TLcdXMLSchemaBasedDecoder aDecoder, TLcdGMLTransformer aTransformer) Constructs a new instance. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
ILcdXMLSchemaBasedDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoder
so that it can be used for unmarshalling XML documents for which this library was written.void
TLcdXMLBuiltInDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Constructors in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaBasedDecoderModifierConstructorDescriptionCreates a new instance for the given decoder.TLcdXMLUnmarshallerAdapter
(ILcdXMLTypeUnmarshaller<T> aTypeUnmarshaller, TLcdXMLSchemaElement aSchemaElement, TLcdXMLSchemaTypeIdentifier aSchemaTypeIdentifier, Class<T> aClass, TLcdXMLSchemaBasedDecoder aDecoder) Creates a newTLcdXMLUnmarshallerAdapter
for the specifiedILcdXMLTypeUnmarshaller
.TLcdXMLUnmarshallerAdapter
(ILcdXMLTypeUnmarshaller<T> aTypeUnmarshaller, TLcdXMLSchemaElement aSchemaElement, Class<T> aClass, TLcdXMLSchemaBasedDecoder aDecoder) Creates a newTLcdXMLUnmarshallerAdapter
for the specifiedILcdXMLTypeUnmarshaller
. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.bind.schema.dataobject
Methods in com.luciad.format.xml.bind.schema.dataobject that return TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionTLcdXMLDataObjectSchemaHandler.getDecoder()
Gets the XML decoder that will be configured for the XML schemas which are processed by this handler.Methods in com.luciad.format.xml.bind.schema.dataobject with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdXMLDataObjectDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Checks if the given decoder is already configured for the data model.protected void
TLcdXMLDataObjectDecoderLibrary.doConfigureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder for the data model using the data model's XML schema and the default mapping rules.void
TLcdXMLDataObjectSchemaHandler.setDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Sets the XML decoder that will be configured for the XML schemas which are processed by this handler. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.bind.xlink.xml
Methods in com.luciad.format.xml.bind.xlink.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdXLinkDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.xpath
Methods in com.luciad.format.xml.xpath with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdXMLXPathDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.ogc.filter.xml
Methods in com.luciad.ogc.filter.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdOGCFilterDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.ogc.sld.xml
Methods in com.luciad.ogc.sld.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml with parameters of type TLcdXMLSchemaBasedDecoderModifier and TypeMethodDescriptionvoid
TLcdSLDStyledLayerDescriptorDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder)