nl.idgis.giserver.spatialoperations
Class GeometryReportMode

java.lang.Object
  extended by nl.idgis.giserver.spatialoperations.GeometryReportMode

public class GeometryReportMode
extends java.lang.Object

Class to reflect the current geometry report modes. These geometry report is bounded to the given spatial operation request.

Author:
bretelerjj

Constructor Summary
GeometryReportMode()
           
 
Method Summary
 boolean isGeometryReport()
           
 boolean isGeometryReportBufferedIntersecting()
           
 boolean isGeometryReportBufferIntersected()
           
 boolean isGeometryReportIntersected()
           
 boolean isGeometryReportIntersecting()
           
 void setGeometryReport(boolean geometryReport)
           
 void setGeometryReportBufferedIntersecting(boolean geometryReportBufferedIntersecting)
           
 void setGeometryReportBufferIntersected(boolean geometryReportBufferIntersected)
           
 void setGeometryReportIntersected(boolean geometryReportIntersected)
           
 void setGeometryReportIntersecting(boolean geometryReportIntersecting)
           
 void setMode(java.lang.String value)
          Set reporting geometry mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryReportMode

public GeometryReportMode()
Method Detail

isGeometryReportIntersecting

public boolean isGeometryReportIntersecting()

setGeometryReportIntersecting

public void setGeometryReportIntersecting(boolean geometryReportIntersecting)

isGeometryReportBufferedIntersecting

public boolean isGeometryReportBufferedIntersecting()

setGeometryReportBufferedIntersecting

public void setGeometryReportBufferedIntersecting(boolean geometryReportBufferedIntersecting)

isGeometryReportIntersected

public boolean isGeometryReportIntersected()

setGeometryReportIntersected

public void setGeometryReportIntersected(boolean geometryReportIntersected)

isGeometryReportBufferIntersected

public boolean isGeometryReportBufferIntersected()

setGeometryReportBufferIntersected

public void setGeometryReportBufferIntersected(boolean geometryReportBufferIntersected)

isGeometryReport

public boolean isGeometryReport()

setGeometryReport

public void setGeometryReport(boolean geometryReport)

setMode

public void setMode(java.lang.String value)
Set reporting geometry mode. This may be one of

- Intersecting

- Buffered Intersecting

- Intersected

- Buffered Intersected

- Geometry

Parameters:
value - string representing one of the possible modes