C# (CSharp) Azavea.Open.DAO.Criteria.Spatial Namespace

Classes

Name Description
AbstractDistanceExpression Base class for comparing linear distance between the given shape and the feature against a cutoff.
AbstractDistanceSphereExpression Base class for comparing curved distance along a spherical surface between the given shape and the feature, against a cutoff.
AbstractSingleShapeExpression Base class for expressions that have a single geometry criteria.
ContainsExpression The feature is completely contained by the criteria shape.
GreaterDistanceExpression Looks for features greater than the given distance from the given shape.
GreaterDistanceSphereExpression Looks for features greater than the given distance from the given shape, on a spherical surface.
IntersectsExpression Any part of the feature touches or overlaps the criteria shape.
LesserDistanceExpression Looks for features less than the given distance from the given shape.
LesserDistanceSphereExpression Looks for features less than the given distance from the given shape, on a spherical surface.
WithinExpression The feature is completely contained by the criteria shape.