Classes
Type Definitions
-
GeoJSONGeometryCollection{module:geojson~GeoJSON}
-
-
Options{Object}
-
Properties:
Name Type Description dataProjectionProjectionLike
(defaults to 'EPSG:4326')默认数据投影。
featureProjectionProjectionLike | undefined 格式读取或写入要素时使用的投影。传递给读取或写入方法的选项将优先。
geometryNamestring | undefined 创建要素时使用的几何图形名称。
extractGeometryNameboolean
(defaults to false)某些 GeoJSON 提供者在要素 GeoJSON 中包含 geometry_name 字段。如果设置为
true,GeoJSON 读取器将查找该字段来设置几何图形名称。如果此字段设置为true且提供了geometryName,则geometryName优先。featureClass要素To要素Class<要素Type> | undefined