Interface IWithinOperation
Assembly: Mars.Core.dll
Syntax
public interface IWithinOperation : IOperation, IPlatform, IDisposable
Methods
Within(Polygon)
Performs a within query returning all data objects whose geometry a completely inside
the given polygon
.
Declaration
IEnumerable<int> Within(Polygon polygon)
Parameters
Type |
Name |
Description |
Polygon |
polygon |
The area described as polygon. |
Returns
Type |
Description |
IEnumerable<System.Int32> |
Returns a collection of data object whose associated
spatial instance is contained inside the passed polygon .
|