Uses of Class
org.deegree.feature.persistence.sql.FeatureTypeMapping

Packages that use FeatureTypeMapping
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.insert   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.persistence.sql.xpath   
 

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

Methods in org.deegree.feature.persistence.sql that return FeatureTypeMapping
 FeatureTypeMapping MappedAppSchema.getFtMapping(QName ftName)
          Returns the relational mapping for the specified feature type.
 FeatureTypeMapping SQLFeatureStore.getMapping(QName ftName)
          Returns the relational mapping for the given feature type name.
 

Methods in org.deegree.feature.persistence.sql that return types with arguments of type FeatureTypeMapping
 Map<QName,FeatureTypeMapping> MappedAppSchema.getFtMappings()
          Returns all relational feature type mappings.
 

Constructors in org.deegree.feature.persistence.sql with parameters of type FeatureTypeMapping
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.
SQLPropertyNameMapper(SQLFeatureStore fs, FeatureTypeMapping ftMapping)
           
 

Uses of FeatureTypeMapping in org.deegree.feature.persistence.sql.insert
 

Methods in org.deegree.feature.persistence.sql.insert with parameters of type FeatureTypeMapping
 InsertFID InsertRowManager.insertFeature(Feature feature, FeatureTypeMapping ftMapping, IDGenMode mode)
          Inserts the specified feature (relational mode).
 

Uses of FeatureTypeMapping in org.deegree.feature.persistence.sql.rules
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type FeatureTypeMapping
FeatureBuilderRelational(SQLFeatureStore fs, FeatureType ft, FeatureTypeMapping ftMapping, Connection conn, String ftTableAlias)
          Creates a new FeatureBuilderRelational instance.
 

Uses of FeatureTypeMapping in org.deegree.feature.persistence.sql.xpath
 

Constructors in org.deegree.feature.persistence.sql.xpath with parameters of type FeatureTypeMapping
MappedXPath(SQLFeatureStore fs, FeatureTypeMapping ftMapping, ValueReference propName, TableAliasManager aliasManager)
           
 



Copyright © 2011. All Rights Reserved.