Uses of Interface
com.luciad.format.xml.bind.schema.dataobject.ILcdXMLSchemaTypeMapping
Package
Description
This package contains a domain model to represent an AIXM 5.1 data source.
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 the domain model for representing XLink (http://www.w3.org/TR/xlink/)
simple links.
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
-
Uses of ILcdXMLSchemaTypeMapping in com.luciad.format.aixm51.model
Modifier and TypeMethodDescriptionstatic ILcdXMLSchemaTypeMapping
TLcdAIXM51DataTypes.createSchemaTypeMapping
(TLcdDataModel aDataModel) -
Uses of ILcdXMLSchemaTypeMapping in com.luciad.format.xml.bind.schema.dataobject
Modifier and TypeClassDescriptionclass
CompositeILcdXMLSchemaTypeMapping
implementation that manages a collection of schema type mappings.Modifier and TypeMethodDescriptionTLcdXMLDataModelBuilder.getSchemaTypeMapping()
Returns the schema type mapping associated with this data model builder.TLcdXMLSchemaTypeMappingAnnotation.getSchemaTypeMapping()
Returns the schema type mapping for this data model.Modifier and TypeMethodDescriptionvoid
TLcdXMLCompositeSchemaTypeMapping.add
(ILcdXMLSchemaTypeMapping aSchemaTypeMapping) Adds the given schema type mapping to this composite.void
TLcdXMLCompositeSchemaTypeMapping.remove
(ILcdXMLSchemaTypeMapping aSchemaTypeMapping) Removes the given schema type mapping from this composite mapping.ModifierConstructorDescriptionTLcdXMLDataModelBuilder
(ILcdXMLSchemaTypeMapping aSchemaTypeMapping) Creates a new XML data model builder.TLcdXMLSchemaTypeMappingAnnotation
(ILcdXMLSchemaTypeMapping aTypeMapping, String aNamespaceURI, String aSchemaLocation) -
Uses of ILcdXMLSchemaTypeMapping in com.luciad.format.xml.bind.xlink.model
Modifier and TypeMethodDescriptionstatic ILcdXMLSchemaTypeMapping
TLcdXLinkDataTypes.createSchemaTypeMapping
(TLcdDataModel aDataModel) -
Uses of ILcdXMLSchemaTypeMapping in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionstatic ILcdXMLSchemaTypeMapping
TLcdOWSDataTypes.createSchemaTypeMapping
(TLcdDataModel aDataModel)