Class DisasterStacExtensionExtensions
Extension methods for accessing EO extension
Inheritance
System.Object
DisasterStacExtensionExtensions
Namespace: Stac.Extensions.Disaster
Assembly: DotNetStac.dll
Syntax
public static class DisasterStacExtensionExtensions : object
Methods
| Improve this Doc View SourceDisasterExtension(IStacObject)
Initilize a DisastersCharterStacExtension class from a STAC item
Declaration
public static DisastersCharterStacExtension DisasterExtension(this IStacObject stacObject)
Parameters
Type | Name | Description |
---|---|---|
IStacObject | stacObject | The STAC item |
Returns
Type | Description |
---|---|
DisastersCharterStacExtension | The DisastersCharterStacExtension class |
Init(DisastersCharterStacExtension, DisastersItemClass, Int32, Int32[])
Initilize a DisastersCharterStacExtension
Declaration
public static void Init(this DisastersCharterStacExtension disasterStacExtension, DisastersItemClass disastersItemClass, int activationId, int[] callIds)
Parameters
Type | Name | Description |
---|---|---|
DisastersCharterStacExtension | disasterStacExtension | The DisastersCharterStacExtension to initilize |
DisastersItemClass | disastersItemClass | The class of the item |
System.Int32 | activationId | The activation id |
System.Int32[] | callIds | The call ids |