FeaturesSequence.WhereIntersects
Contents
[
Hide
]WhereIntersects(FeaturesSequence)
Filters features based on the union of all geometries in other features sequence.
public FeaturesSequence WhereIntersects(FeaturesSequence sequence)
Parameter | Type | Description |
---|---|---|
sequence | FeaturesSequence | Other features sequence. |
Return Value
Features that intersect with the union of all geometries in other features sequence.
See Also
- class FeaturesSequence
- namespace Aspose.Gis
- assembly Aspose.GIS
WhereIntersects(IGeometry)
Filters features based on the provided geometry.
public virtual FeaturesSequence WhereIntersects(IGeometry geometry)
Parameter | Type | Description |
---|---|---|
geometry | IGeometry | Filter geometry. |
Return Value
Features that intersect with the provided geometry.
See Also
- interface IGeometry
- class FeaturesSequence
- namespace Aspose.Gis
- assembly Aspose.GIS
WhereIntersects(Extent)
Filters features based on the extent.
public virtual FeaturesSequence WhereIntersects(Extent extent)
Parameter | Type | Description |
---|---|---|
extent | Extent | Filter extent. |
Return Value
Features that intersect with the provided geometry.
See Also
- class Extent
- class FeaturesSequence
- namespace Aspose.Gis
- assembly Aspose.GIS