org.deegree_impl.services.wfs.configuration
Class GeoFieldIdentifier_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.configuration.GeoFieldIdentifier_Impl
All Implemented Interfaces:
GeoFieldIdentifier

public class GeoFieldIdentifier_Impl
extends java.lang.Object
implements GeoFieldIdentifier

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

Version:
$Revision: 1.4 $ $Date: 2004/05/10 08:41:07 $
Author:
Andreas Poth

Field Summary
private  java.lang.String datastoreFieldBaseName
           
private  int dimension
           
 
Constructor Summary
(package private) GeoFieldIdentifier_Impl(java.lang.String datastoreFieldBaseName, int dimension)
          Creates a new GeoFieldIdentifier_Impl object.
 
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.
 void setDatastoreFieldBaseName(java.lang.String datastoreFieldBaseName)
           
 void setDimension(int dimension)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

datastoreFieldBaseName

private java.lang.String datastoreFieldBaseName

dimension

private int dimension
Constructor Detail

GeoFieldIdentifier_Impl

GeoFieldIdentifier_Impl(java.lang.String datastoreFieldBaseName,
                        int dimension)
Creates a new GeoFieldIdentifier_Impl object.

Parameters:
datastoreFieldBaseName -
dimension -
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'.

Specified by:
getDatastoreFieldBaseName in interface GeoFieldIdentifier

setDatastoreFieldBaseName

public void setDatastoreFieldBaseName(java.lang.String datastoreFieldBaseName)
See Also:
getDatastoreFieldBaseName()

getDimension

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

Specified by:
getDimension in interface GeoFieldIdentifier

setDimension

public void setDimension(int dimension)
See Also:
getDimension()

toString

public java.lang.String toString()
Returns: