new IGC
Stability: experimental
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
olx.source.IGCOptions |
<optional> |
Options. |
- Source:
- igcsource.js, line 14
Extends
Methods
-
addFeature
Stability: experimental -
Parameters:
Name Type Description featureol.Feature Feature.
- Inherited From:
- Source:
- vectorsource.js, line 77
-
addFeatures
Stability: experimental -
Parameters:
Name Type Description featuresArray.<ol.Feature> Features.
- Inherited From:
- Source:
- vectorsource.js, line 109
-
dispatchChangeEvent
Stability: experimental -
- Inherited From:
- Source:
- observable.js, line 35
-
forEachFeature
Stability: experimental -
Parameters:
Name Type Argument Description ffunction Callback.
thisT <optional>
The object to use as
thisinf.- Inherited From:
- Source:
- vectorsource.js, line 150
Returns:
- Type
- S | undefined
-
forEachFeatureInExtent
Stability: experimental -
Parameters:
Name Type Argument Description extentol.Extent Extent.
ffunction Callback.
thisT <optional>
The object to use as
thisinf.- Inherited From:
- Source:
- vectorsource.js, line 186
Returns:
- Type
- S | undefined
-
getClosestFeatureToCoordinate
Stability: experimental -
Parameters:
Name Type Description coordinateol.Coordinate Coordinate.
- Inherited From:
- Source:
- vectorsource.js, line 235
Returns:
Closest feature.
- Type
- ol.Feature
-
getExtent
Stability: experimental -
- Inherited From:
- Source:
- vectorsource.js, line 281
Returns:
Extent.
- Type
- ol.Extent
-
getFeatures
Stability: experimental -
- Inherited From:
- Source:
- vectorsource.js, line 196
Returns:
Features.
- Type
- Array.<ol.Feature>
-
getFeaturesAtCoordinate
Stability: experimental -
Parameters:
Name Type Description coordinateol.Coordinate Coordinate.
- Inherited From:
- Source:
- vectorsource.js, line 211
Returns:
Features.
- Type
- Array.<ol.Feature>
-
getState
Stability: not documented -
- Inherited From:
- Source:
- source.js, line 135
Returns:
State.
- Type
- ol.source.State
-
on
Stability: experimental -
Listen for a certain type of event.
Parameters:
Name Type Argument Description typestring | Array.<string> The event type or array of event types.
listenerfunction The listener function.
thisObject <optional>
The object to use as
thisinlistener.- Inherited From:
- Source:
- observable.js, line 58
Returns:
Unique key for the listener.
- Type
- goog.events.Key
-
once
Stability: experimental -
Listen once for a certain type of event.
Parameters:
Name Type Argument Description typestring | Array.<string> The event type or array of event types.
listenerfunction The listener function.
thisObject <optional>
The object to use as
thisinlistener.- Inherited From:
- Source:
- observable.js, line 71
Returns:
Unique key for the listener.
- Type
- goog.events.Key
-
removeFeature
Stability: experimental -
Parameters:
Name Type Description featureol.Feature Feature.
- Inherited From:
- Source:
- vectorsource.js, line 326
-
un
Stability: experimental -
Unlisten for a certain type of event.
Parameters:
Name Type Argument Description typestring | Array.<string> The event type or array of event types.
listenerfunction The listener function.
thisObject <optional>
The object to use as
thisinlistener.- Inherited From:
- Source:
- observable.js, line 83
-
unByKey
Stability: experimental -
Removes an event listener using the key returned by
on()oronce().Parameters:
Name Type Description keygoog.events.Key Key.
- Inherited From:
- Source:
- observable.js, line 93
OpenLayers 3