|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpatialOperators
Supported spatial operators in a filter capabilities document.
<xsd:complexType name="Spatial_OperatorsType">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="ogc:BBOX"/>
<xsd:element ref="ogc:Equals"/>
<xsd:element ref="ogc:Disjoint"/>
<xsd:element ref="ogc:Intersect"/>
<xsd:element ref="ogc:Touches"/>
<xsd:element ref="ogc:Crosses"/>
<xsd:element ref="ogc:Within"/>
<xsd:element ref="ogc:Contains"/>
<xsd:element ref="ogc:Overlaps"/>
<xsd:element ref="ogc:Beyond"/>
<xsd:element ref="ogc:DWithin"/>
</xsd:choice>
</xsd:complexType>
| Method Summary | |
|---|---|
SpatialOperator |
getOperator(String name)
Looks up an operator by name, returning null if no such operator found. |
SpatialOperator[] |
getOperators()
Provided spatial operators. |
| Method Detail |
|---|
SpatialOperator[] getOperators()
SpatialOperator getOperator(String name)
name - the name of the operator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||