Uses of Class
org.deegree.feature.persistence.sql.rules.Mapping

Packages that use Mapping
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.converter   
org.deegree.feature.persistence.sql.rules   
 

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

Methods in org.deegree.feature.persistence.sql that return Mapping
 Mapping FeatureTypeMapping.getMapping(QName propName)
          Deprecated. 
 

Methods in org.deegree.feature.persistence.sql that return types with arguments of type Mapping
 List<Mapping> FeatureTypeMapping.getMappings()
          Returns the Mapping particles.
 

Methods in org.deegree.feature.persistence.sql with parameters of type Mapping
 ParticleConverter<?> SQLFeatureStore.getConverter(Mapping mapping)
          Returns a ParticleConverter for the given Mapping instance from the served MappedAppSchema.
 

Constructor parameters in org.deegree.feature.persistence.sql with type arguments of type Mapping
FeatureTypeMapping(QName ftName, QTableName table, FIDMapping fidMapping, List<Mapping> particleMappings)
          Creates a new FeatureTypeMapping instance.
 

Uses of Mapping in org.deegree.feature.persistence.sql.converter
 

Methods in org.deegree.feature.persistence.sql.converter with parameters of type Mapping
 void CustomParticleConverter.init(Mapping mapping, SQLFeatureStore fs)
          Called during the init of the SQLFeatureStore that this converter is attached to.
 

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

Subclasses of Mapping in org.deegree.feature.persistence.sql.rules
 class CompoundMapping
          Composite Mapping of complex particles.
 class ConstantMapping<T extends TypedObjectNode>
          Mapping of a particle to a fixed value.
 class FeatureMapping
          Mapping for Feature-valued particles.
 class GeometryMapping
          Mapping of Geometry particles.
 class PrimitiveMapping
          Mapping of PrimitiveValue particles.
 

Methods in org.deegree.feature.persistence.sql.rules that return types with arguments of type Mapping
 List<Mapping> CompoundMapping.getParticles()
           
 

Methods in org.deegree.feature.persistence.sql.rules with parameters of type Mapping
static DBField Mappings.getDBField(Mapping mapping)
           
static GeometryMapping Mappings.getGeometryMapping(Mapping mapping)
           
static MappingExpression Mappings.getMappingExpression(Mapping mapping)
           
 

Constructor parameters in org.deegree.feature.persistence.sql.rules with type arguments of type Mapping
CompoundMapping(ValueReference path, boolean voidable, List<Mapping> particles, List<TableJoin> tableChange, org.apache.xerces.xs.XSElementDeclaration elDecl)
           
 



Copyright © 2011. All Rights Reserved.