FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgSpatialOperations.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Filter

Enumerations

enum  SpatialOperations {
  SpatialOperations_Contains = FdoSpatialOperations_Contains,
  SpatialOperations_Crosses = FdoSpatialOperations_Crosses,
  SpatialOperations_Disjoint = FdoSpatialOperations_Disjoint,
  SpatialOperations_Equals = FdoSpatialOperations_Equals,
  SpatialOperations_Intersects = FdoSpatialOperations_Intersects,
  SpatialOperations_Overlaps = FdoSpatialOperations_Overlaps,
  SpatialOperations_Touches = FdoSpatialOperations_Touches,
  SpatialOperations_Within = FdoSpatialOperations_Within,
  SpatialOperations_CoveredBy = FdoSpatialOperations_CoveredBy,
  SpatialOperations_Inside = FdoSpatialOperations_Inside,
  SpatialOperations_EnvelopeIntersects = FdoSpatialOperations_EnvelopeIntersects
}
 The SpatialOperations enumeration lists the spatial conditions available. More...

Enumeration Type Documentation

enum SpatialOperations
 

The SpatialOperations enumeration lists the spatial conditions available.

Enumeration values:
SpatialOperations_Contains  Test to see if the geometric property value spatially contains the literal geometric value.
SpatialOperations_Crosses  Test to see if the geometric property value spatially crosses the given geometry.
SpatialOperations_Disjoint  Test to see if the geometric property value spatially is spatially disjoint from the given geometry.
SpatialOperations_Equals  Test to see if the geometric property value is spatially equal to the given geometry.
SpatialOperations_Intersects  Test to see if the geometric property value spatially intersects the given geometry.
SpatialOperations_Overlaps  Test to see if the geometric property value spatially overlaps the given geometry.
SpatialOperations_Touches  Test to see if the geometric property value spatially touches the given geometry.
SpatialOperations_Within  Test to see if the geometric property value is spatially within the given geometry.
SpatialOperations_CoveredBy  Test to see if the geometric property value is covered by the interior and boundary of the given geometry.
SpatialOperations_Inside  Test to see if the geometric property value is inside the interior of the given geometry, not touching the boundary.
SpatialOperations_EnvelopeIntersects  Test to see if the envelope of the referenced geometric property value spatially intersects the given geometry.

Comments or suggestions? Send us feedback.