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

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

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

Classes in org.deegree_impl.services.wfs.configuration that implement GeoFieldIdentifier
 class GeoFieldIdentifier_Impl
          ---------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wfs.configuration that return GeoFieldIdentifier
 GeoFieldIdentifier TableDescription_Impl.getGeoFieldIdentifier(java.lang.String datastoreField)
          return an object that describes a field that contains geo spatial data.
 GeoFieldIdentifier[] TableDescription_Impl.getGeoFieldIdentifier()
          returns all describtions for all fields that contains geo spatial data.
static GeoFieldIdentifier ConfigurationFactory.createGeoFieldIdentifiers(java.lang.String name, int dimension)
          creates a description object for a column containing geo-spatial data
 

Methods in org.deegree_impl.services.wfs.configuration with parameters of type GeoFieldIdentifier
 void TableDescription_Impl.addGeoFieldIdentifier(java.lang.String field, GeoFieldIdentifier geoFieldId)
           
 

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

Methods in org.deegree.services.wfs.configuration that return GeoFieldIdentifier
 GeoFieldIdentifier TableDescription.getGeoFieldIdentifier(java.lang.String datastoreField)
          return an object that describes a field that contains geo spatial data.
 GeoFieldIdentifier[] TableDescription.getGeoFieldIdentifier()
          returns all describtions for all fields that contains geo spatial data.