Namespace Lucene.Net.Spatial.Queries
Spatial Query options useful for client side requests
Classes
SpatialArgs
Principally holds the query Spatial4n.
SpatialArgsParser
Parses a string that usually looks like "OPERATION(SHAPE)" into a Spatial
Intersects(ENVELOPE(-10,-8,22,20)) distErrPct=0.025
In the future it would be good to support something at least semi-standardized like a variant of [E]CQL.
SpatialOperation
A clause that compares a stored geometry to a supplied geometry. For more explanation of each operation, consider looking at the source implementation of Evaluate(IShape, IShape).
See ESRIs docs on spatial relations
UnsupportedSpatialOperation
Exception thrown when the Spatial