FeaturesSequence.WhereIntersects

WhereIntersects(FeaturesSequence)

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

public FeaturesSequence WhereIntersects(FeaturesSequence sequence)
范围类型描述
sequenceFeaturesSequence其他功能序列。

返回值

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

也可以看看


WhereIntersects(IGeometry)

根据提供的几何过滤特征。

public virtual FeaturesSequence WhereIntersects(IGeometry geometry)
范围类型描述
geometryIGeometry过滤几何。

返回值

与提供的几何图形相交的特征。

也可以看看


WhereIntersects(Extent)

根据范围过滤要素。

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

返回值

与提供的几何图形相交的特征。

也可以看看