32 : m_geometryOperands(nullptr),
33 m_spatialOperators(nullptr)
SpatialCapabilities()
It initializes a new SpatialCapabilities.
~SpatialCapabilities()
Destructor.
const GeometryOperands * getGeometryOperands() const
It returns the geometry operands.
SpatialOperators * m_spatialOperators
Mandatory.
void setSpatialOperators(SpatialOperators *sOps)
It sets the spatial operators.
GeometryOperands * m_geometryOperands
Mandatory.
Spatial capabilities include the ability to filter spatial data.
void setGeometryOperands(GeometryOperands *gOps)
It sets the geometry operands.
const SpatialOperators * getSpatialOperators() const
It returns the spatial operators.