@types/arcgis-to-geojson-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/arcgis-to-geojson-utils

Summary

This package contains type definitions for arcgis-to-geojson-utils (https://github.com/Esri/arcgis-to-geojson-utils).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arcgis-to-geojson-utils.

index.d.ts

/// <reference types="geojson" />

import * as ArcGis from "arcgis-rest-api";

/**
 * Converts an ArcGIS geometry into a GeoJSON geometry.
 */
export function arcgisToGeoJSON<T extends ArcGis.Geometry>(arcgis: T): GeoJSON.GeometryObject;

/**
 * Converts a GeoJSON geometry into a ArcGIS geometry.
 */
export function geojsonToArcGIS(geojson: GeoJSON.GeometryObject): ArcGis.Geometry;

Additional Details

Credits

These definitions were written by Jeff Jacobson.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/arcgis-to-geojson-utils

Weekly Downloads

117

Version

1.0.4

License

MIT

Unpacked Size

3.64 kB

Total Files

5

Last publish

Collaborators

  • types