public GetGeometriesInView ( SharpMap bbox ) : List |
||
bbox | SharpMap | |
return | List |
Please note that this method doesn't guarantee that the geometries returned actually intersect 'bbox', but only that their boundingbox intersects 'bbox'.
This method is much faster than the QueryFeatures method, because intersection tests are performed on objects simplifed by their boundingbox, and using the Spatial Index.
public GetGeometriesInView ( SharpMap bbox ) : List |
||
bbox | SharpMap | |
return | List |