Uses of Class
org.deegree.gml.schema.GMLSchemaInfoSet

Packages that use GMLSchemaInfoSet
org.deegree.feature.persistence.mapping   
org.deegree.feature.types   
org.deegree.gml.feature.schema   
 

Uses of GMLSchemaInfoSet in org.deegree.feature.persistence.mapping
 

Constructors in org.deegree.feature.persistence.mapping with parameters of type GMLSchemaInfoSet
MappedApplicationSchema(FeatureType[] fts, java.util.Map<FeatureType,FeatureType> ftToSuperFt, java.util.Map<java.lang.String,java.lang.String> prefixToNs, GMLSchemaInfoSet xsModel, FeatureTypeMapping[] ftMappings, CRS storageSRS, BBoxTableMapping bboxMapping, BlobMapping blobMapping)
          Creates a new MappedApplicationSchema from the given parameters.
 

Uses of GMLSchemaInfoSet in org.deegree.feature.types
 

Methods in org.deegree.feature.types that return GMLSchemaInfoSet
 GMLSchemaInfoSet ApplicationSchema.getXSModel()
          Returns the underlying XML schema.
 

Constructors in org.deegree.feature.types with parameters of type GMLSchemaInfoSet
ApplicationSchema(FeatureType[] fts, java.util.Map<FeatureType,FeatureType> ftToSuperFt, java.util.Map<java.lang.String,java.lang.String> prefixToNs, GMLSchemaInfoSet xsModel)
          Creates a new ApplicationSchema instance from the given FeatureTypes and their derivation hierarchy.
 

Uses of GMLSchemaInfoSet in org.deegree.gml.feature.schema
 

Methods in org.deegree.gml.feature.schema with parameters of type GMLSchemaInfoSet
static void ApplicationSchemaXSDEncoder.export(javax.xml.stream.XMLStreamWriter writer, GMLSchemaInfoSet xsModel, java.lang.String targetNs, URITranslator translator)
          Exports a wrapper schema document for the given XML Schema Infoset.
 



Copyright © 2011. All Rights Reserved.