Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLSchemaBasedEncoderLibrary
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 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.
This package provides a new, highly configurable data format.
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 ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.gml2.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the GML 2 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.gml31.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the GML 3.1 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.bind.schema
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the XML base Schema.ModifierConstructorDescriptionCreates an encoder for the specified encoder library.TLcdXMLSchemaBasedEncoder
(ILcdXMLSchemaBasedEncoderLibrary aLibrary, TLcdXMLSchemaBasedMapping aMapping) Creates an encoder for the specified encoder library.ModifierConstructorDescriptionCreates an encoder for the specified encoder libraries.TLcdXMLSchemaBasedEncoder
(List<ILcdXMLSchemaBasedEncoderLibrary> aLibraries, TLcdXMLSchemaBasedMapping aMapping) Creates an encoder for the specified encoder libraries. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.bind.schema.dataobject
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
that provides support for marshallingILcdDataObject
instances to XML data for a given data model.Modifier and TypeMethodDescriptionTLcdXMLSchemaMappingAnnotation.getEncoderLibrary()
Returns the encoder library of this annotation.ModifierConstructorDescriptionTLcdXMLSchemaMappingAnnotation
(ILcdXMLSchemaBasedMappingLibrary aMappingLibrary, ILcdXMLSchemaBasedDecoderLibrary aDecoderLibrary, ILcdXMLSchemaBasedEncoderLibrary aEncoderLibrary) Constructs a new annotation with the given libraries. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.bind.xlink.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the XLink XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.xpath
Modifier and TypeClassDescriptionclass
Encoder library that registers a data type marshaller for type xsd:string and theTLcdXMLXPathString
class. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract ILcdXMLSchemaBasedEncoderLibrary[]
ALcyDomainObjectSupplier.createXMLSchemaBasedEncoderLibraries()
Creates the XML schema encoder libraries that will be used to save domain objects to the native format.TLcySLDDomainObjectSupplier.createXMLSchemaBasedEncoderLibraries()
abstract ILcdXMLSchemaBasedEncoderLibrary
ALcyShapeSupplier.createXMLSchemaBasedEncoderLibrary()
Creates the XML marshaller library which will be used to save shapes to the native format.ALcyShapeSupplierWrapper.createXMLSchemaBasedEncoderLibrary()
-
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.ogc.filter.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the OGC Filter 1.1.0 XML Schemas. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.ogc.sld.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the OGC StyledLayerDescriptor 1.0.0 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.wms.sld.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedEncoderLibrary
for the OGC StyledLayerDescriptor 1.0.0 XML Schema.