|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 FeatureType s 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |