Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLSchemaBasedMappingLibrary
Packages that use ILcdXMLSchemaBasedMappingLibrary
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.-
Uses of ILcdXMLSchemaBasedMappingLibrary in com.luciad.format.gml2.xml
Classes in com.luciad.format.gml2.xml that implement ILcdXMLSchemaBasedMappingLibraryModifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedMappingLibrary
for the GML 2 XML Schema. -
Uses of ILcdXMLSchemaBasedMappingLibrary in com.luciad.format.gml31.xml
Classes in com.luciad.format.gml31.xml that implement ILcdXMLSchemaBasedMappingLibraryModifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedMappingLibrary
for the GML 3.1 XML Schema. -
Uses of ILcdXMLSchemaBasedMappingLibrary in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdXMLSchemaBasedMappingLibraryModifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedMappingLibrary
for the XML base Schema (http://www.w3.org/2001/XMLSchema).Constructors in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLSchemaBasedMappingLibraryModifierConstructorDescriptionCreates a newcom.luciad.format.xml.bind.schema.TLcdXMLSchemaBasedMapping
for the specified mapping library.Creates a newcom.luciad.format.xml.bind.schema.TLcdXMLSchemaBasedMapping
for the specified mapping libraries.Constructor parameters in com.luciad.format.xml.bind.schema with type arguments of type ILcdXMLSchemaBasedMappingLibraryModifierConstructorDescriptionCreates a newcom.luciad.format.xml.bind.schema.TLcdXMLSchemaBasedMapping
for the specified mapping libraries. -
Uses of ILcdXMLSchemaBasedMappingLibrary in com.luciad.format.xml.bind.schema.dataobject
Classes in com.luciad.format.xml.bind.schema.dataobject that implement ILcdXMLSchemaBasedMappingLibraryModifier and TypeClassDescriptionclass
Implementation ofILcdXMLSchemaBasedMappingLibrary
providing support for mapping XML data onILcdDataObject
instances for a certain data model.Methods in com.luciad.format.xml.bind.schema.dataobject that return ILcdXMLSchemaBasedMappingLibraryModifier and TypeMethodDescriptionTLcdXMLSchemaMappingAnnotation.getMappingLibrary()
Returns the mapping library of this annotation.Constructors in com.luciad.format.xml.bind.schema.dataobject with parameters of type ILcdXMLSchemaBasedMappingLibraryModifierConstructorDescriptionTLcdXMLSchemaMappingAnnotation
(ILcdXMLSchemaBasedMappingLibrary aMappingLibrary, ILcdXMLSchemaBasedDecoderLibrary aDecoderLibrary, ILcdXMLSchemaBasedEncoderLibrary aEncoderLibrary) Constructs a new annotation with the given libraries.