public interface SpatialOperators
<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>
Modifier and Type | Method and Description |
---|---|
SpatialOperator |
getOperator(String name)
Looks up an operator by name, returning null if no such operator found.
|
Collection<SpatialOperator> |
getOperators()
Provided spatial operators.
|
Collection<SpatialOperator> getOperators()
SpatialOperator getOperator(String name)
name
- the name of the operator.Copyright © 1996–2023 Geotools. All rights reserved.