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 TypeMethodDescriptionvoidTLcdGML2DecoderLibrary.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 TypeMethodDescriptionvoidTLcdGML31DecoderLibrary.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 theTLcdXMLSchemaBasedDecoderthat 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 TypeMethodDescriptionvoidILcdXMLSchemaBasedDecoderLibrary.configureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoderso that it can be used for unmarshalling XML documents for which this library was written.voidTLcdXMLBuiltInDecoderLibrary.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 newTLcdXMLUnmarshallerAdapterfor the specifiedILcdXMLTypeUnmarshaller.TLcdXMLUnmarshallerAdapter(ILcdXMLTypeUnmarshaller<T> aTypeUnmarshaller, TLcdXMLSchemaElement aSchemaElement, Class<T> aClass, TLcdXMLSchemaBasedDecoder aDecoder) Creates a newTLcdXMLUnmarshallerAdapterfor 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 TypeMethodDescriptionvoidTLcdXMLDataObjectDecoderLibrary.configureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Checks if the given decoder is already configured for the data model.protected voidTLcdXMLDataObjectDecoderLibrary.doConfigureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder for the data model using the data model's XML schema and the default mapping rules.voidTLcdXMLDataObjectSchemaHandler.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 TypeMethodDescriptionvoidTLcdXLinkDecoderLibrary.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 TypeMethodDescriptionvoidTLcdXMLXPathDecoderLibrary.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 TypeMethodDescriptionvoidTLcdOGCFilterDecoderLibrary.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 TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyleDecoderLibrary.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 TypeMethodDescriptionvoidTLcdSLDStyledLayerDescriptorDecoderLibrary.configureDecoder(TLcdXMLSchemaBasedDecoder aDecoder)