Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface jsonUtils

Provides utility methods for working with ArcGIS JSON geometry objects.

Read more...

Hierarchy

  • jsonUtils

Index

Methods

fromJSON

  • Creates a new instance of an appropriate Geometry class and initializes it with values from a JSON object generated from an ArcGIS product.

    Read more...

    Parameters

    • json: any

    Returns Geometry

getJsonType

  • getJsonType(geometry: Geometry): string
  • Returns the type for a given geometry in the JSON format used by ArcGIS.

    Read more...

    Parameters

    Returns string

Generated using TypeDoc