Method MakeFilter
MakeFilter(SpatialArgs)
Make a Filter based principally on SpatialOperation
and IShape from the supplied args
.
If a subclasses implements MakeQuery(SpatialArgs) then this method could be simply:
return new QueryWrapperFilter(MakeQuery(args).Query);
Declaration
public abstract Filter MakeFilter(SpatialArgs args)
Parameters
Type | Name | Description |
---|---|---|
SpatialArgs | args |
Returns
Type | Description |
---|---|
Filter |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | If the strategy does not support the shape in |
UnsupportedSpatialOperation | If the strategy does not support the SpatialOperation in |