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
Modifier and TypeMethodDescriptionSupported geometry operands.Supported spatial operators.
-
Method Details
-
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"/>
-