Options
All
  • Public
  • Public/Protected
  • All
Menu

Geometry type constants used in ArcGIS REST API and web map specifications.

Index

Variables

Const EXTENT

EXTENT: "esriGeometryEnvelope" = "esriGeometryEnvelope"

Const MULTIPOINT

MULTIPOINT: "esriGeometryMultipoint" = "esriGeometryMultipoint"

Const POINT

POINT: "esriGeometryPoint" = "esriGeometryPoint"

Const POLYGON

POLYGON: "esriGeometryPolygon" = "esriGeometryPolygon"

Const POLYLINE

POLYLINE: "esriGeometryPolyline" = "esriGeometryPolyline"

Functions

fromEsriGeometryType

  • fromEsriGeometryType(type: string): string
  • Converts from geometry type constants used in the esri JavaScript API to their web map equivalents.

    Parameters

    • type: string

    Returns string