Uses of Interface
org.deegree.model.table.Table

Packages that use Table
org.deegree_impl.io   
org.deegree_impl.io.sdeapi   
org.deegree_impl.model.table   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.sde   
 

Uses of Table in org.deegree_impl.io
 

Methods in org.deegree_impl.io that return Table
 Table DBAccess.performTableQuery(java.lang.String query)
          perfomrs a simple query to get a Table
 Table DBAccess.performTableQuery(java.lang.String query, int startFeature, int maxFeatures)
          perfomrs a simple query to get a Table
 

Uses of Table in org.deegree_impl.io.sdeapi
 

Methods in org.deegree_impl.io.sdeapi that return Table
 Table SpatialQuery.runSpatialQuery(java.lang.String[] cols)
          Runs a spatial query against the opened layer using the specified spatial filter.
private  Table SpatialQuery.initTable(SeRow row)
          Initialize Table object - used with first row of the SpatialQuery This method sets the TableName, TableColumnNames and their DataTypes
throws SeException
 

Uses of Table in org.deegree_impl.model.table
 

Classes in org.deegree_impl.model.table that implement Table
 class Table_Impl
          -----------------------------------------------------------------------
 

Uses of Table in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs that return Table
protected  Table DBGetFeature.getRelations(Table table, FeatureType featureType, WFSQuery query)
          creates the relations resp. the complext data schema by replacing the foreign key of the master table(s) with the related data.
 

Methods in org.deegree_impl.services.wfs with parameters of type Table
protected  Table DBGetFeature.getRelations(Table table, FeatureType featureType, WFSQuery query)
          creates the relations resp. the complext data schema by replacing the foreign key of the master table(s) with the related data.
 

Uses of Table in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type Table
private  FeatureCollection PointDBDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
private  FeatureType PointDBDataStoreOutputFC.createFeatureType(FeatureType ft, Table table)
          returns the feature type calculated from the column names and column types of the submitted table
 

Uses of Table in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type Table
private  FeatureCollection GMLDBDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
private  FeatureType GMLDBDataStoreOutputFC.createFeatureType(FeatureType ft, Table table)
          returns the feature type calculated from the column names and column types of the submitted table
 

Uses of Table in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type Table
private  FeatureCollection MySQLDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
private  FeatureType MySQLDataStoreOutputFC.createFeatureType(FeatureType ft, Table table)
          returns the feature type calculated from the column names and column types of the submitted table
private  org.w3c.dom.Document CDescribeFeatureType.tableToSchema(java.lang.String featureType, Table table)
           
 

Uses of Table in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type Table
private  FeatureCollection DataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
private  FeatureType DataStoreOutputFC.createFeatureType(FeatureType ft, Table table)
          returns the feature type calculated from the column names and column types of the submitted table
private  org.w3c.dom.Document CDescribeFeatureType.tableToSchema(java.lang.String featureType, Table table)
           
 

Uses of Table in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type Table
private  FeatureCollection PostgisDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
private  FeatureType PostgisDataStoreOutputFC.createFeatureType(FeatureType ft, Table table)
          returns the feature type calculated from the column names and column types of the submitted table
 

Uses of Table in org.deegree_impl.services.wfs.sde
 

Methods in org.deegree_impl.services.wfs.sde with parameters of type Table
private  Feature[] SDEDataStore.CGetFeature.getFeatures(WFSQuery query, GM_Object[] deegree_gm_obj, Table table, int startPosition, int maxFeatures)
          reads features from a shape file
private  FeatureType SDEDataStore.CGetFeature.createFeatureType(Table table, FeatureType ft, boolean spatialField)