Class Utils
Utilities static class with helper methods
Inheritance
System.Object
Utils
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public class Utils : object
Methods
| Improve this Doc View SourceIdentifyStacType(JObject)
Identify the STAC object from a JObject
Declaration
public static Type IdentifyStacType(JObject jsonObject)
Parameters
Type | Name | Description |
---|---|---|
JObject | jsonObject | JObject |
Returns
Type | Description |
---|---|
Type | STAC Type |
IdentifyStacType(String)
Identify the STAC object type from JSON string
Declaration
public static Type IdentifyStacType(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | JSON string |
Returns
Type | Description |
---|---|
Type | STAC Type |