FeatureCollectionExtensions Class

Definition

Extension methods for getting feature from IFeatureCollection

public static class FeatureCollectionExtensions
type FeatureCollectionExtensions = class
Public Module FeatureCollectionExtensions
Inheritance
FeatureCollectionExtensions

Methods

GetRequiredFeature(IFeatureCollection, Type)

Retrives the requested feature from the collection. Throws an InvalidOperationException if the feature is not present.

GetRequiredFeature<TFeature>(IFeatureCollection)

Retrives the requested feature from the collection. Throws an InvalidOperationException if the feature is not present.

Applies to