Interface SpatialCapabilities
-
- All Known Subinterfaces:
SpatialCapabilitiesType
- All Known Implementing Classes:
SpatialCapabilitiesTypeImpl
,SpatialCapabiltiesImpl
public interface SpatialCapabilities
Capabilities used to convey supported spatial operators.<xsd:complexType name="Spatial_CapabilitiesType"> <xsd:sequence> <xsd:element name="GeometryOperands" type="ogc:GeometryOperandsType"/> <xsd:element name="SpatialOperators" type="ogc:SpatialOperatorsType"/> </xsd:sequence> </xsd:complexType>
- Author:
- Torsten Friebe , Justin Deoliveira, The Open Planning Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<GeometryOperand>
getGeometryOperands()
Supported geometry operands.SpatialOperators
getSpatialOperators()
Supported spatial operators.
-
-
-
Method Detail
-
getGeometryOperands
Collection<GeometryOperand> getGeometryOperands()
Supported geometry operands.<xsd:element name="GeometryOperands" type="ogc:GeometryOperandsType"/>
-
getSpatialOperators
SpatialOperators getSpatialOperators()
Supported spatial operators.<xsd:element name="SpatialOperators" type="ogc:SpatialOperatorsType"/>
-
-