FeaturesSequence.WhereIntersects

WhereIntersects(FeaturesSequence)

根据其他要素序列中所有几何的并集过滤要素。

public FeaturesSequence WhereIntersects(FeaturesSequence sequence)
参数类型描述
序列FeaturesSequence其他要素序列。

返回值

与其他要素序列中所有几何的联合相交的要素。

另见


WhereIntersects(IGeometry)

根据提供的几何过滤要素。

public virtual FeaturesSequence WhereIntersects(IGeometry geometry)
参数类型描述
几何体IGeometry过滤几何。

返回值

与提供的几何相交的要素。

另见


WhereIntersects(Extent)

根据范围过滤要素。

public virtual FeaturesSequence WhereIntersects(Extent extent)
参数类型描述
范围范围过滤范围。

返回值

与提供的几何相交的要素。

另见