Uses of Class
com.luciad.format.xml.bind.schema.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getDecoder()
Returns theTLcdXMLSchemaBasedDecoder
that this object uses to decode the GML documents.ModifierConstructorDescriptionTLcdGMLApplicationModelDecoder
(TLcdXMLSchemaBasedDecoder aDecoder, TLcdGMLTransformer aTransformer) Constructs a new instance. -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.bind.schema
Modifier 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) ModifierConstructorDescriptionCreates 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
Modifier and TypeMethodDescriptionTLcdXMLDataObjectSchemaHandler.getDecoder()
Gets the XML decoder that will be configured for the XML schemas which are processed by this handler.Modifier 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
Modifier and TypeMethodDescriptionvoid
TLcdXLinkDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.format.xml.xpath
Modifier and TypeMethodDescriptionvoid
TLcdXMLXPathDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.ogc.filter.xml
Modifier and TypeMethodDescriptionvoid
TLcdOGCFilterDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.ogc.sld.xml
Modifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) -
Uses of TLcdXMLSchemaBasedDecoder in com.luciad.wms.sld.xml
Modifier and TypeMethodDescriptionvoid
TLcdSLDStyledLayerDescriptorDecoderLibrary.configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder)