Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLSchemaBasedDecoderLibrary
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 ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.gml2.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the GML 2 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.gml31.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the GML 3.1 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.bind.schema
Modifier and TypeClassDescriptionfinal class
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the XML base Schema.ModifierConstructorDescriptionTLcdXMLSchemaBasedDecoder
(ILcdXMLSchemaBasedDecoderLibrary aLibrary, ILcdXMLSchemaHandler aSchemaHandler) Creates a decoder for the specified decoder library.TLcdXMLSchemaBasedDecoder
(ILcdXMLSchemaBasedDecoderLibrary aLibrary, ILcdXMLSchemaHandler aSchemaHandler, TLcdXMLSchemaBasedMapping aMapping) Creates a decoder for the specified decoder library.ModifierConstructorDescriptionTLcdXMLSchemaBasedDecoder
(List<ILcdXMLSchemaBasedDecoderLibrary> aLibraries, ILcdXMLSchemaHandler aSchemaHandler) Creates a decoder for the specified decoder libraries.TLcdXMLSchemaBasedDecoder
(List<ILcdXMLSchemaBasedDecoderLibrary> aLibraries, ILcdXMLSchemaHandler aSchemaHandler, TLcdXMLSchemaBasedMapping aMapping) Creates a decoder for the specified unmarshaller libraries. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.bind.schema.dataobject
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
that provides support for unmarshalling XML data toILcdDataObject
instances for a given data model.Modifier and TypeMethodDescriptionTLcdXMLSchemaMappingAnnotation.getDecoderLibrary()
Returns the decoder library of this annotation.ModifierConstructorDescriptionTLcdXMLSchemaMappingAnnotation
(ILcdXMLSchemaBasedMappingLibrary aMappingLibrary, ILcdXMLSchemaBasedDecoderLibrary aDecoderLibrary, ILcdXMLSchemaBasedEncoderLibrary aEncoderLibrary) Constructs a new annotation with the given libraries. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.bind.xlink.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the XLink XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.xpath
Modifier and TypeClassDescriptionclass
Decoder library that registers a data type unmarshaller for type xsd:string and theTLcdXMLXPathString
class. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract ILcdXMLSchemaBasedDecoderLibrary[]
ALcyDomainObjectSupplier.createXMLSchemaBasedDecoderLibraries()
Creates the XML schema decoder libraries that will be used to load domain objects from the native format.TLcySLDDomainObjectSupplier.createXMLSchemaBasedDecoderLibraries()
abstract ILcdXMLSchemaBasedDecoderLibrary
ALcyShapeSupplier.createXMLSchemaBasedDecoderLibrary()
Creates the XML decoder library which will be used to load shapes from the native format.ALcyShapeSupplierWrapper.createXMLSchemaBasedDecoderLibrary()
-
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.ogc.filter.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the OGC Filter 1.1.0 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.ogc.sld.xml
Modifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedDecoderLibrary
for the OGC StyledLayerDescriptor 1.0.0 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.wms.sld.xml