Classes
Type Definitions
-
GeoJSONGeometryCollection{module:geojson~GeoJSON}
-
-
Options{Object}
-
Properties:
Name Type Description dataProjectionProjectionLike
(defaults to 'EPSG:4326')Default data projection.
featureProjectionProjectionLike | undefined Projection for features read or written by the format. Options passed to read or write methods will take precedence.
geometryNamestring | undefined Geometry name to use when creating features.
extractGeometryNameboolean
(defaults to false)Certain GeoJSON providers include the geometry_name field in the feature GeoJSON. If set to
truethe GeoJSON reader will look for that field to set the geometry name. If both this field is set totrueand ageometryNameis provided, thegeometryNamewill take precedence.featureClassFeatureToFeatureClass<FeatureType> | undefined Feature class to be used when reading features. The default is
Feature. If performance is the primary concern, and features are not going to be modified or round-tripped through the format, consider usingRenderFeature