Uses of Interface
org.deegree.feature.types.AppSchema

Packages that use AppSchema
org.deegree.console.featurestore   
org.deegree.feature.persistence   
org.deegree.feature.persistence.geocouch   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.remotewfs   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.blob   
org.deegree.feature.persistence.sql.mapper   
org.deegree.feature.types   
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.gml.schema   
org.deegree.protocol.wfs.client   
org.deegree.tools.feature.gml   
 

Uses of AppSchema in org.deegree.console.featurestore
 

Constructors in org.deegree.console.featurestore with parameters of type AppSchema
AppSchemaInfo(AppSchema schema)
           
 

Uses of AppSchema in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence that return AppSchema
 AppSchema FeatureStore.getSchema()
          Returns the application schema that this FeatureStore serves.
 

Uses of AppSchema in org.deegree.feature.persistence.geocouch
 

Methods in org.deegree.feature.persistence.geocouch that return AppSchema
 AppSchema GeoCouchFeatureStore.getSchema()
           
 

Constructors in org.deegree.feature.persistence.geocouch with parameters of type AppSchema
GeoCouchFeatureStore(ICRS crs, AppSchema schema, String couchUrl)
           
 

Uses of AppSchema in org.deegree.feature.persistence.memory
 

Methods in org.deegree.feature.persistence.memory that return AppSchema
 AppSchema MemoryFeatureStore.getSchema()
           
 

Constructors in org.deegree.feature.persistence.memory with parameters of type AppSchema
MemoryFeatureStore(URL docURL, AppSchema schema)
          Creates a new MemoryFeatureStore that is backed by the given GML file.
 

Uses of AppSchema in org.deegree.feature.persistence.remotewfs
 

Methods in org.deegree.feature.persistence.remotewfs that return AppSchema
 AppSchema RemoteWFSFeatureStore.getSchema()
           
 

Uses of AppSchema in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return AppSchema
 AppSchema ShapeFeatureStore.getSchema()
           
 

Uses of AppSchema in org.deegree.feature.persistence.simplesql
 

Methods in org.deegree.feature.persistence.simplesql that return AppSchema
 AppSchema SimpleSQLFeatureStore.getSchema()
           
 

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

Classes in org.deegree.feature.persistence.sql that implement AppSchema
 class MappedAppSchema
          An AppSchema augmented with relational and / or BLOB mapping information.
 

Uses of AppSchema in org.deegree.feature.persistence.sql.blob
 

Methods in org.deegree.feature.persistence.sql.blob with parameters of type AppSchema
 GMLObject BlobCodec.decode(InputStream is, Map<String,String> nsContext, AppSchema schema, ICRS crs, GMLReferenceResolver idResolver)
          Decodes the given GMLObject from the specified input stream.
 

Uses of AppSchema in org.deegree.feature.persistence.sql.mapper
 

Constructors in org.deegree.feature.persistence.sql.mapper with parameters of type AppSchema
AppSchemaMapper(AppSchema appSchema, boolean createBlobMapping, boolean createRelationalMapping, GeometryStorageParams geometryParams, int maxLength, boolean usePrefixedSQLIdentifiers, boolean mapGMLProps)
          Creates a new AppSchemaMapper instance for the given schema.
XPathSchemaWalker(AppSchema appSchema, NamespaceBindings nsBindings)
           
 

Uses of AppSchema in org.deegree.feature.types
 

Classes in org.deegree.feature.types that implement AppSchema
 class DynamicAppSchema
          AppSchema that allows to add FeatureTypes during runtime.
 class GenericAppSchema
          Generic AppSchema implementation, can be used for representing arbitrary application schemas.
 

Methods in org.deegree.feature.types that return AppSchema
 AppSchema FeatureType.getSchema()
          Returns the AppSchema that this feature type belongs to.
 AppSchema DynamicFeatureType.getSchema()
           
 AppSchema GenericFeatureType.getSchema()
           
 

Uses of AppSchema in org.deegree.gml
 

Methods in org.deegree.gml with parameters of type AppSchema
 void GMLDocumentIdContext.setApplicationSchema(AppSchema schema)
          Sets the application schema (necessary for GMLDocumentIdContext.getObject(String, String).
 void GMLStreamReader.setApplicationSchema(AppSchema schema)
          Controls the application schema that is assumed when features or feature collections are parsed.
 

Uses of AppSchema in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature that return AppSchema
 AppSchema GMLFeatureReader.getAppSchema()
          Returns the associated AppSchema that describes the structure of the feature types.
 

Constructors in org.deegree.gml.feature with parameters of type AppSchema
GMLFeatureReader(GMLVersion version, AppSchema schema, GMLDocumentIdContext idContext, int defaultCoordDim, GMLReferenceResolver resolver)
          Creates a new GMLFeatureReader instance that is configured for building features with the specified feature types.
 

Uses of AppSchema in org.deegree.gml.schema
 

Methods in org.deegree.gml.schema that return AppSchema
 AppSchema GMLAppSchemaReader.extractAppSchema()
           
 

Methods in org.deegree.gml.schema with parameters of type AppSchema
 void GMLAppSchemaWriter.export(XMLStreamWriter writer, AppSchema schema)
           
 

Uses of AppSchema in org.deegree.protocol.wfs.client
 

Methods in org.deegree.protocol.wfs.client that return AppSchema
 AppSchema WFSClient.getAppSchema()
          Returns the (GML) AppSchema for all FeatureTypes offered by this server.
 

Constructors in org.deegree.protocol.wfs.client with parameters of type AppSchema
WFSClient(URL capaUrl, AppSchema schema)
          Creates a new WFSClient instance with options.
 

Uses of AppSchema in org.deegree.tools.feature.gml
 

Methods in org.deegree.tools.feature.gml with parameters of type AppSchema
static void FeatureTypeGraph.createDotGraph(AppSchema schema, String fileName)
          Write a dot file to the given file.
 



Copyright © 2011. All Rights Reserved.