Optional
opt_options: EsriJSONOptionsOptions.
Feature format for reading and writing data in the EsriJSON format.
Read a feature from a EsriJSON Feature source. Only works for Feature,
use readFeatures
to read FeatureCollection source.
Source.
Optional
opt_options: ReadOptionsRead options.
Feature.
Read all features from a EsriJSON source. Works with both Feature and FeatureCollection sources.
Source.
Optional
opt_options: ReadOptionsRead options.
Features.
Read the projection from a EsriJSON source.
Source.
Projection.
Encode a feature as a EsriJSON Feature string.
Feature.
Optional
opt_options: WriteOptionsWrite options.
EsriJSON.
Encode a feature as a esriJSON Feature object.
Feature.
Optional
opt_options: WriteOptionsWrite options.
Object.
Encode an array of features as EsriJSON.
Features.
Optional
opt_options: WriteOptionsWrite options.
EsriJSON.
Encode an array of features as a EsriJSON object.
Features.
Optional
opt_options: WriteOptionsWrite options.
EsriJSON Object.
Encode a geometry as a EsriJSON string.
Geometry.
Optional
opt_options: WriteOptionsWrite options.
EsriJSON.
Encode a geometry as a EsriJSON object.
Geometry.
Optional
opt_options: WriteOptionsWrite options.
Object.
Generated using TypeDoc
Classdesc
Feature format for reading and writing data in the EsriJSON format.
Param: opt_options
Options.
Api