Uses of Interface
org.deegree.services.wfs.configuration.MasterTable

Packages that use MasterTable
org.deegree_impl.services.wfs.configuration   
org.deegree.services.wfs.configuration   
 

Uses of MasterTable in org.deegree_impl.services.wfs.configuration
 

Classes in org.deegree_impl.services.wfs.configuration that implement MasterTable
 class MasterTable_Impl
          Implementation of the description interface for the master table of a feature type.
 

Fields in org.deegree_impl.services.wfs.configuration declared as MasterTable
private  MasterTable FeatureType_Impl.masterTable
           
 

Methods in org.deegree_impl.services.wfs.configuration that return MasterTable
 MasterTable FeatureType_Impl.getMasterTable()
          returns the description of the datastores master table
private static MasterTable ConfigurationFactory.createMasterTable(org.w3c.dom.Element element, int type)
          create a description object for the master table of the feature type
static MasterTable ConfigurationFactory.createMasterTable(java.lang.String name, java.lang.String targetName, java.lang.String idField, boolean isNumber, boolean isAutoIncremented, boolean insertAllowed, boolean updateAllowed, boolean deleteAllowed, java.util.HashMap geoFields, java.util.HashMap references)
          create a description object for the master table of a feature type
 

Methods in org.deegree_impl.services.wfs.configuration with parameters of type MasterTable
 void FeatureType_Impl.setMasterTable(MasterTable masterTable)
           
static FeatureType ConfigurationFactory.createFeatureType(java.lang.String name, OutputFormat[] outputFormats, java.util.HashMap properties, java.util.HashMap propertyTypes, java.util.HashMap datastoreFields, java.util.HashMap datastoreFieldTypes, java.util.HashMap dbFieldTypes, java.util.HashMap alias, java.util.HashMap aliasInv, MasterTable masterTable, RelatedTable[] relatedTables, java.lang.String crs, java.lang.String icrs)
          creates a description object for each feature type that's accessable through a datastore.
 

Constructors in org.deegree_impl.services.wfs.configuration with parameters of type MasterTable
FeatureType_Impl(java.lang.String name, OutputFormat[] outputFormat, java.util.HashMap properties, java.util.HashMap propertyTypes, java.util.HashMap datastoreFields, java.util.HashMap datastoreFieldTypes, java.util.HashMap dbFieldTypes, java.util.HashMap alias, java.util.HashMap aliasInv, MasterTable masterTable, RelatedTable[] relatedTables, java.lang.String crs, java.lang.String icrs)
          Creates a new FeatureType_Impl object.
 

Uses of MasterTable in org.deegree.services.wfs.configuration
 

Methods in org.deegree.services.wfs.configuration that return MasterTable
 MasterTable FeatureType.getMasterTable()
          returns the description of the datastores master table