org.deegree.services.wfs.configuration
Interface GeoFieldIdentifier

All Known Implementing Classes:
GeoFieldIdentifier_Impl

public interface GeoFieldIdentifier

---------------------------------------------------------------------

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:51 $
Author:
Andreas Poth

Method Summary
 java.lang.String getDatastoreFieldBaseName()
          returns the root of the geo field name(s). example: if a POINTDB is used where the x- and y-value are stored in columns named col_x and col_y the base name will be 'col'.
 int getDimension()
          returns the dimension of the geomtries stored. supported are two- and three-dimensional geometries.
 

Method Detail

getDatastoreFieldBaseName

public java.lang.String getDatastoreFieldBaseName()
returns the root of the geo field name(s). example: if a POINTDB is used where the x- and y-value are stored in columns named col_x and col_y the base name will be 'col'.


getDimension

public int getDimension()
returns the dimension of the geomtries stored. supported are two- and three-dimensional geometries.