Show / Hide Table of Contents

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 Source

IdentifyStacType(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

| Improve this Doc View Source

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

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX