Feature format for reading and writing data in the EsriJSON format.
Options.
函數
Read a feature from a EsriJSON Feature source. Only works for Feature, use readFeatures to read FeatureCollection source.
readFeatures
Source.
可選
Read options.
Feature.
Read all features from a EsriJSON source. Works with both Feature and FeatureCollection sources.
Features.
Read a geometry from a EsriJSON source.
Geometry.
Read the projection from a EsriJSON source.
Projection.
Encode a geometry as a EsriJSON string.
Write options.
EsriJSON.
Encode a geometry as a EsriJSON object.
Object.
Encode a feature as a EsriJSON Feature string.
Encode a feature as a esriJSON Feature object.
Encode an array of features as EsriJSON.
Encode an array of features as a EsriJSON object.
EsriJSON Object.
Classdesc
Feature format for reading and writing data in the EsriJSON format.
參數: opt_options
Options.
Api