deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Interface
org.deegree.io.datastore.schema.content.SimpleContent

Packages that use SimpleContent
org.deegree.io.datastore.schema   
org.deegree.io.datastore.schema.content   
org.deegree.io.datastore.sql   
 

Uses of SimpleContent in org.deegree.io.datastore.schema
 

Methods in org.deegree.io.datastore.schema that return SimpleContent
 SimpleContent MappedSimplePropertyType.getContent()
          Returns the SimpleContent of the property type.
 

Constructors in org.deegree.io.datastore.schema with parameters of type SimpleContent
MappedSimplePropertyType(QualifiedName name, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, TableRelation[] tableRelations, SimpleContent content)
          Constructs a new instance of MappedSimplePropertyType from the given parameters.
 

Uses of SimpleContent in org.deegree.io.datastore.schema.content
 

Classes in org.deegree.io.datastore.schema.content that implement SimpleContent
 class ConstantContent
          Special content class for MappedSimplePropertyTypes that contain constant string values.
 class FunctionCall
          Abstract content class for MappedSimplePropertyTypes that describes a call to a function as the origin of the property value.
 class MappingField
          Encapsulates a field of the backend (e.g. an SQL table column).
 class MappingGeometryField
          Encapsulates a geometry field of the backend (e.g. an SQL table column).
 class SQLFunctionCall
          Content class for MappedSimplePropertyTypes that describes a call to a function provided by an SQL database.
 class VirtualContent
          Abstract base class for all content types that are not updateable.
 

Uses of SimpleContent in org.deegree.io.datastore.sql
 

Methods in org.deegree.io.datastore.sql that return types with arguments of type SimpleContent
protected  Map<SimpleContent,Integer> FeatureFetcher.buildResultPosMap(List<List<SimpleContent>> fetchContents)
          Builds a lookup map that allows to find the index (position in the ResultSet) by the SimpleContent instance that makes it necessary to fetch it.
protected  List<List<SimpleContent>> FeatureFetcher.determineFetchContents(MappedFeatureType ft, PropertyType[] requestedProps)
          Determines the columns / functions that have to be fetched from the table of the given MappedFeatureType and associates identical columns / functions to avoid that the same column / function is SELECTed more than once.
 

Method parameters in org.deegree.io.datastore.sql with type arguments of type SimpleContent
protected  void FeatureFetcher.appendQualifiedContentList(StatementBuffer query, String tableAlias, List<List<SimpleContent>> fetchContents)
           
protected  Map<SimpleContent,Integer> FeatureFetcher.buildResultPosMap(List<List<SimpleContent>> fetchContents)
          Builds a lookup map that allows to find the index (position in the ResultSet) by the SimpleContent instance that makes it necessary to fetch it.
protected  Feature FeatureFetcher.extractFeature(FeatureId fid, Map<MappedPropertyType,Collection<PropertyPath>> requestedPropertyMap, Map<SimpleContent,Integer> resultPosMap, Object[] resultValues)
          Extracts a feature from the values of a result set row.
protected  FeatureId FeatureFetcher.extractFeatureId(MappedFeatureType ft, Map<SimpleContent,Integer> mfMap, Object[] resultValues)
          Extracts the feature id from the values of a result set row.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org