Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLSchemaBasedDecoderLibrary
Packages that use 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
Classes in com.luciad.format.gml2.xml that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the GML 2 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.gml31.xml
Classes in com.luciad.format.gml31.xml that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the GML 3.1 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionfinal classImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the XML base Schema.Constructors in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLSchemaBasedDecoderLibraryModifierConstructorDescriptionTLcdXMLSchemaBasedDecoder(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.Constructor parameters in com.luciad.format.xml.bind.schema with type arguments of type ILcdXMLSchemaBasedDecoderLibraryModifierConstructorDescriptionTLcdXMLSchemaBasedDecoder(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
Classes in com.luciad.format.xml.bind.schema.dataobject that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibrarythat provides support for unmarshalling XML data toILcdDataObjectinstances for a given data model.Methods in com.luciad.format.xml.bind.schema.dataobject that return ILcdXMLSchemaBasedDecoderLibraryModifier and TypeMethodDescriptionTLcdXMLSchemaMappingAnnotation.getDecoderLibrary()Returns the decoder library of this annotation.Constructors in com.luciad.format.xml.bind.schema.dataobject with parameters of type ILcdXMLSchemaBasedDecoderLibraryModifierConstructorDescriptionTLcdXMLSchemaMappingAnnotation(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
Classes in com.luciad.format.xml.bind.xlink.xml that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the XLink XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.format.xml.xpath
Classes in com.luciad.format.xml.xpath that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassDecoder library that registers a data type unmarshaller for type xsd:string and theTLcdXMLXPathStringclass. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.lucy.addons.drawing.format
Methods in com.luciad.lucy.addons.drawing.format that return ILcdXMLSchemaBasedDecoderLibraryModifier 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 ILcdXMLSchemaBasedDecoderLibraryALcyShapeSupplier.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
Classes in com.luciad.ogc.filter.xml that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the OGC Filter 1.1.0 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.ogc.sld.xml
Classes in com.luciad.ogc.sld.xml that implement ILcdXMLSchemaBasedDecoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedDecoderLibraryfor the OGC StyledLayerDescriptor 1.0.0 XML Schema. -
Uses of ILcdXMLSchemaBasedDecoderLibrary in com.luciad.wms.sld.xml
Classes in com.luciad.wms.sld.xml that implement ILcdXMLSchemaBasedDecoderLibrary