IFeatureCollection 接口

定义

表示特征的集合。

public interface IFeatureCollection
public interface IFeatureCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IFeatureCollection = interface
type IFeatureCollection = interface
    interface seq<KeyValuePair<Type, obj>>
    interface IEnumerable
Public Interface IFeatureCollection
Public Interface IFeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
派生
实现

属性

IsReadOnly

获取一个值,该值指示是否可以修改集合。

Item[Type]

获取或设置给定的特征。 设置 null 值会删除该功能。

Revision

获取一个值,该值在每次修改时递增,可用于验证缓存的结果。

方法

Get<TFeature>()

从集合中检索请求的功能。

Set<TFeature>(TFeature)

设置集合中的给定功能。

扩展方法

AddDisposableFeature(IFeatureCollection)

表示特征的集合。

SetDisposable<TFeature>(IFeatureCollection, TFeature)

表示特征的集合。

GetRequired<TFeature>(IFeatureCollection)

从提供的集合中获取所需的功能。

适用于