IFeatureCollection Interface

Definition

Represents a collection of features.

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))
Derived
Implements

Properties

IsReadOnly

Gets a value indicating whether the collection can be modified.

Item[Type]

Gets or sets a given feature. Setting a null value removes the feature.

Revision

Gets a value that is incremented for each modification and can be used to verify cached results.

Methods

Get<TFeature>()

Retrieves the requested feature from the collection.

Set<TFeature>(TFeature)

Sets the given feature in the collection.

Extension Methods

AddDisposableFeature(IFeatureCollection)
SetDisposable<TFeature>(IFeatureCollection, TFeature)
GetRequired<TFeature>(IFeatureCollection)

Gets a required feature from the supplied collection.

Applies to