new ol_format_Guesser(options)
A simple features loader from different ol/format
Parameters:
Name | Type | Description |
---|---|---|
options |
Object |
- Source:
- format/Guesser.js
Extends
- ol_format_Feature
Members
-
<static> formatConstructors
-
List of accepted format constructors
- Source:
- format/Guesser.js
Methods
-
readFeatures(source [, options])
-
Read all features from a source.
Parameters:
Name Type Argument Description source
Document | Element | ArrayBuffer | Object | string Source.
options
ReadOptions <optional>
Read options.
- Source:
- format/Guesser.js
Returns:
Features.
- Type
- FeatureLike