FeaturesSequence.WhereIntersects
WhereIntersects(FeaturesSequence)
根据其他特征序列中所有几何的并集过滤特征。
public FeaturesSequence WhereIntersects(FeaturesSequence sequence)
范围 | 类型 | 描述 |
---|---|---|
sequence | FeaturesSequence | 其他功能序列。 |
返回值
与其他要素序列中所有几何的并集相交的要素。
也可以看看
- class FeaturesSequence
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS
WhereIntersects(IGeometry)
根据提供的几何过滤特征。
public virtual FeaturesSequence WhereIntersects(IGeometry geometry)
范围 | 类型 | 描述 |
---|---|---|
geometry | IGeometry | 过滤几何。 |
返回值
与提供的几何图形相交的特征。
也可以看看
- interface IGeometry
- class FeaturesSequence
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS
WhereIntersects(Extent)
根据范围过滤要素。
public virtual FeaturesSequence WhereIntersects(Extent extent)
范围 | 类型 | 描述 |
---|---|---|
extent | Extent | 过滤范围。 |
返回值
与提供的几何图形相交的特征。
也可以看看
- class Extent
- class FeaturesSequence
- 命名空间 Aspose.Gis
- 部件 Aspose.GIS