Skip to content

DotSpatial.Data.FeatureSetExt.Intersects

sindizzy edited this page Dec 30, 2020 · 1 revision

Intersects

Syntax

Intersects(DotSpatial.Data.IFeature self, DotSpatial.Topology.IEnvelope env)

Summary

Tests to see if this feature intersects with the specified envelope

 

Parameters

Name Description
self This feature
env The envelope to test

Returns

Boolean, true if the intersection occurs

Clone this wiki locally