|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.discovery.DiscoveryComponent com.esri.gpt.catalog.discovery.DiscoveryClause com.esri.gpt.catalog.discovery.SpatialClause
public class SpatialClause
A clause that compares a stored geometry to a supplied geometry.
Nested Class Summary | |
---|---|
static class |
SpatialClause.GeometryBBOXIntersects
True if the bounding envelope of the stored geometry intersects the input geometry. |
static class |
SpatialClause.GeometryContains
True if the stored geometry fully contains the input geometry. |
static class |
SpatialClause.GeometryIntersects
True if there is any positive interaction between the geometries. |
static class |
SpatialClause.GeometryIsDisjointTo
True if the geometries do not intersect. |
static class |
SpatialClause.GeometryIsEqualTo
True if the geometries are equal. |
static class |
SpatialClause.GeometryIsWithin
True if the stored geometry is fully contained by the input geometry. |
static class |
SpatialClause.GeometryOverlaps
True if the geometries intersect but are not equal. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
Envelope |
getBoundingEnvelope()
Gets the bounding envelope of the constraining geometry. |
String |
getSrsName()
Gets the name of the spatial reference system for the constraining geometry. |
Discoverable |
getTarget()
Gets the discoverable property targeted by the clause. |
void |
setSrsName(String name)
Sets the name of the spatial reference system for the constraining geometry. |
void |
setTarget(Discoverable target)
Sets the discoverable property targeted by the clause. |
Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryClause |
---|
echo |
Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Envelope getBoundingEnvelope()
public String getSrsName()
public void setSrsName(String name)
name
- the spatial reference system namepublic Discoverable getTarget()
public void setTarget(Discoverable target)
target
- the target propertypublic void echo(StringBuffer sb, int depth)
echo
in class DiscoveryClause
sb
- the buffer to use when appending informationdepth
- the depth of the clause
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |