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

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

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

Constructors in org.deegree.feature.persistence.sql with parameters of type GMLSchemaInfoSet
MappedAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel, FeatureTypeMapping[] ftMappings, BBoxTableMapping bboxMapping, BlobMapping blobMapping, GeometryStorageParams geometryParams)
          Creates a new MappedAppSchema from the given parameters.
 

Uses of GMLSchemaInfoSet in org.deegree.feature.types
 

Methods in org.deegree.feature.types that return GMLSchemaInfoSet
 GMLSchemaInfoSet GenericAppSchema.getGMLSchema()
           
 GMLSchemaInfoSet AppSchema.getGMLSchema()
          Returns the underlying GMLSchemaInfoSet
 GMLSchemaInfoSet DynamicAppSchema.getGMLSchema()
           
 

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

Uses of GMLSchemaInfoSet in org.deegree.gml.schema
 

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



Copyright © 2011. All Rights Reserved.