Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Variables

EXTENT

EXTENT: "esriGeometryEnvelope" = "esriGeometryEnvelope"

MULTIPOINT

MULTIPOINT: "esriGeometryMultipoint" = "esriGeometryMultipoint"

POINT

POINT: "esriGeometryPoint" = "esriGeometryPoint"

POLYGON

POLYGON: "esriGeometryPolygon" = "esriGeometryPolygon"

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