FeaturesSequence.WhereIntersects

WhereIntersects(FeaturesSequence)

Filters features based on the union of all geometries in other features sequence.

public FeaturesSequence WhereIntersects(FeaturesSequence sequence)
ParameterTypeDescription
sequenceFeaturesSequenceOther features sequence.

Return Value

Features that intersect with the union of all geometries in other features sequence.

See Also


WhereIntersects(IGeometry)

Filters features based on the provided geometry.

public virtual FeaturesSequence WhereIntersects(IGeometry geometry)
ParameterTypeDescription
geometryIGeometryFilter geometry.

Return Value

Features that intersect with the provided geometry.

See Also


WhereIntersects(Extent)

Filters features based on the extent.

public virtual FeaturesSequence WhereIntersects(Extent extent)
ParameterTypeDescription
extentExtentFilter extent.

Return Value

Features that intersect with the provided geometry.

See Also