Uses of Class
com.luciad.format.xml.bind.schema.TLcdXMLSchemaBasedEncoder
Packages that use TLcdXMLSchemaBasedEncoder
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 TLcdXMLSchemaBasedEncoder in com.luciad.format.gml2.xml
Methods in com.luciad.format.gml2.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdGML2EncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the encoder with the encoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation
. -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.gml31.xml
Methods in com.luciad.format.gml31.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdGML31EncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the encoder with the encoder library from the GML31 data model'sTLcdXMLSchemaMappingAnnotation
. -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionTLcdGMLApplicationModelEncoder.getEncoder()
Returns the encoder used by this object.Constructors in com.luciad.format.gmlcommon.transformation with parameters of type TLcdXMLSchemaBasedEncoderModifierConstructorDescriptionTLcdGMLApplicationModelEncoder
(TLcdXMLSchemaBasedEncoder aEncoder, TLcdGMLTransformer aTransformer) Constructs a new instance. -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
ILcdXMLSchemaBasedEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the specifiedTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents for which this library was written.void
TLcdXMLBuiltInEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Constructors in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaBasedEncoderModifierConstructorDescriptionCreates a new marshaller provider for the given encoder. -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.xml.bind.schema.dataobject
Methods in com.luciad.format.xml.bind.schema.dataobject with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdXMLDataObjectEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Checks if the given encoder is already configured for the data model.protected void
TLcdXMLDataObjectEncoderLibrary.doConfigureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the encoder for the data model using the data model's XML schema and the default mapping rules. -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.xml.bind.xlink.xml
Methods in com.luciad.format.xml.bind.xlink.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdXLinkEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.format.xml.xpath
Methods in com.luciad.format.xml.xpath with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdXMLXPathEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.ogc.filter.xml
Methods in com.luciad.ogc.filter.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdOGCFilterEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.ogc.sld.xml
Methods in com.luciad.ogc.sld.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyleEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) -
Uses of TLcdXMLSchemaBasedEncoder in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml with parameters of type TLcdXMLSchemaBasedEncoderModifier and TypeMethodDescriptionvoid
TLcdSLDStyledLayerDescriptorEncoderLibrary.configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder)