new TileVector
Stability: experimental
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
olx.source.TileVectorOptions | Options. Properties
|
- Source:
- tilevectorsource.js, line 19
Extends
- ol.source.FormatVector
Methods
-
addFeature
Stability: experimental -
Parameters:
Name Type Description featureol.Feature Feature.
- Source:
- tilevectorsource.js, line 72
-
addFeatures
Stability: experimental -
Parameters:
Name Type Description featuresArray.<ol.Feature> Features.
- Source:
- tilevectorsource.js, line 78
-
forEachFeature
Stability: experimental -
Parameters:
Name Type Argument Description ffunction Callback.
thisT <optional>
The object to use as
thisinf.- Source:
- tilevectorsource.js, line 92
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.- Source:
- tilevectorsource.js, line 98
Returns:
- Type
- S | undefined
-
getClosestFeatureToCoordinate
Stability: experimental -
Parameters:
Name Type Description coordinateol.Coordinate Coordinate.
- Source:
- tilevectorsource.js, line 133
Returns:
Closest feature.
- Type
- ol.Feature
-
getExtent
Stability: experimental -
- Source:
- tilevectorsource.js, line 140
Returns:
Extent.
- Type
- ol.Extent
-
getFeatures
Stability: experimental -
- Source:
- tilevectorsource.js, line 146
Returns:
Features.
- Type
- Array.<ol.Feature>
-
removeFeature
Stability: experimental -
Parameters:
Name Type Description featureol.Feature Feature.
- Source:
- tilevectorsource.js, line 219
OpenLayers 3