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