|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.spatialoperations.GeometryReportMode
public class GeometryReportMode
Class to reflect the current geometry report modes. These geometry report is bounded to the given spatial operation request.
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 |
---|
public GeometryReportMode()
Method Detail |
---|
public boolean isGeometryReportIntersecting()
public void setGeometryReportIntersecting(boolean geometryReportIntersecting)
public boolean isGeometryReportBufferedIntersecting()
public void setGeometryReportBufferedIntersecting(boolean geometryReportBufferedIntersecting)
public boolean isGeometryReportIntersected()
public void setGeometryReportIntersected(boolean geometryReportIntersected)
public boolean isGeometryReportBufferIntersected()
public void setGeometryReportBufferIntersected(boolean geometryReportBufferIntersected)
public boolean isGeometryReport()
public void setGeometryReport(boolean geometryReport)
public void setMode(java.lang.String value)
- Intersecting
- Buffered Intersecting
- Intersected
- Buffered Intersected
- Geometry
value
- string representing one of the possible modes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |