experimental new ol.format.IGC(opt_options)
| Name | Type | Argument | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
options |
optional
Options.
|
||||||||
Extends
Methods
-
experimental readFeature(source){ol.Feature}
-
Read the feature from the IGC source.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
-
experimental readFeatures(source){Array.<ol.Feature>}
-
Read the feature from the source. As IGC sources contain a single feature, this will return the feature in an array.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
-
experimental readProjection(source){ol.proj.Projection}
-
Read the projection from the IGC source.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
OpenLayers 3