Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLSchemaBasedEncoderLibrary
Packages that use 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
Classes in com.luciad.format.gml2.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the GML 2 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.gml31.xml
Classes in com.luciad.format.gml31.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the GML 3.1 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the XML base Schema.Constructors in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLSchemaBasedEncoderLibraryModifierConstructorDescriptionCreates an encoder for the specified encoder library.TLcdXMLSchemaBasedEncoder(ILcdXMLSchemaBasedEncoderLibrary aLibrary, TLcdXMLSchemaBasedMapping aMapping) Creates an encoder for the specified encoder library.Constructor parameters in com.luciad.format.xml.bind.schema with type arguments of type ILcdXMLSchemaBasedEncoderLibraryModifierConstructorDescriptionCreates 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
Classes in com.luciad.format.xml.bind.schema.dataobject that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibrarythat provides support for marshallingILcdDataObjectinstances to XML data for a given data model.Methods in com.luciad.format.xml.bind.schema.dataobject that return ILcdXMLSchemaBasedEncoderLibraryModifier and TypeMethodDescriptionTLcdXMLSchemaMappingAnnotation.getEncoderLibrary()Returns the encoder library of this annotation.Constructors in com.luciad.format.xml.bind.schema.dataobject with parameters of type ILcdXMLSchemaBasedEncoderLibraryModifierConstructorDescriptionTLcdXMLSchemaMappingAnnotation(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
Classes in com.luciad.format.xml.bind.xlink.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the XLink XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.format.xml.xpath
Classes in com.luciad.format.xml.xpath that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassEncoder library that registers a data type marshaller for type xsd:string and theTLcdXMLXPathStringclass. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.lucy.addons.drawing.format
Methods in com.luciad.lucy.addons.drawing.format that return ILcdXMLSchemaBasedEncoderLibraryModifier 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 ILcdXMLSchemaBasedEncoderLibraryALcyShapeSupplier.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
Classes in com.luciad.ogc.filter.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the OGC Filter 1.1.0 XML Schemas. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.ogc.sld.xml
Classes in com.luciad.ogc.sld.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the OGC StyledLayerDescriptor 1.0.0 XML Schema. -
Uses of ILcdXMLSchemaBasedEncoderLibrary in com.luciad.wms.sld.xml
Classes in com.luciad.wms.sld.xml that implement ILcdXMLSchemaBasedEncoderLibraryModifier and TypeClassDescriptionclassImplementation ofILcdXMLSchemaBasedEncoderLibraryfor the OGC StyledLayerDescriptor 1.0.0 XML Schema.