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