new XYZ
Parameters:
| Name | Type | Description |
|---|---|---|
xyzOptions |
ol.tilegrid.XYZOptions | XYZ options. |
- Source:
- xyztilegrid.js, line 17
Extends
Methods
-
forEachTileCoordParentTileRange
-
- Source:
- xyztilegrid.js, line 40
-
getOrigin
-
Parameters:
Name Type Description znumber Z. - Inherited From:
- Source:
- tilegrid.js, line 115
Returns:
Origin.- Type
- ol.Coordinate
-
getPixelBoundsForTileCoordAndResolution
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. resolutionnumber Resolution. - Inherited From:
- Source:
- tilegrid.js, line 131
Returns:
Pixel bounds.- Type
- ol.PixelBounds
-
getResolution
-
Parameters:
Name Type Description znumber Z. - Inherited From:
- Source:
- tilegrid.js, line 150
Returns:
Resolution.- Type
- number
-
getResolutions
-
- Inherited From:
- Source:
- tilegrid.js, line 159
Returns:
Resolutions.- Type
- Array.<number>
-
getTileCoordCenter
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Inherited From:
- Source:
- tilegrid.js, line 211
Returns:
Tile center.- Type
- ol.Coordinate
-
getTileCoordExtent
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Inherited From:
- Source:
- tilegrid.js, line 225
Returns:
Extent.- Type
- ol.Extent
-
getTileCoordForCoordAndResolution
-
Get the tile coordinate for the given map coordinate and resolution. This method considers that coordinates that intersect tile boundaries should be assigned the higher tile coordinate.
Parameters:
Name Type Description coordinateol.Coordinate Coordinate. resolutionnumber Resolution. - Inherited From:
- Source:
- tilegrid.js, line 246
Returns:
Tile coordinate.- Type
- ol.TileCoord
-
getTileCoordForCoordAndZ
-
Parameters:
Name Type Description coordinateol.Coordinate Coordinate. znumber Z. - Inherited From:
- Source:
- tilegrid.js, line 288
Returns:
Tile coordinate.- Type
- ol.TileCoord
-
getTileCoordResolution
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Inherited From:
- Source:
- tilegrid.js, line 299
Returns:
Tile resolution.- Type
- number
-
getTileRangeExtent
-
Parameters:
Name Type Description znumber Z. tileRangeol.TileRange Tile range. - Inherited From:
- Source:
- tilegrid.js, line 169
Returns:
Extent.- Type
- ol.Extent
-
getTileRangeForExtentAndResolution
-
Parameters:
Name Type Description extentol.Extent Extent. resolutionnumber Resolution. - Inherited From:
- Source:
- tilegrid.js, line 186
Returns:
Tile range.- Type
- ol.TileRange
-
getTileRangeForExtentAndZ
-
Parameters:
Name Type Description extentol.Extent Extent. znumber Z. - Inherited From:
- Source:
- tilegrid.js, line 201
Returns:
Tile range.- Type
- ol.TileRange
-
getTileSize
-
Parameters:
Name Type Description znumber Z. - Inherited From:
- Source:
- tilegrid.js, line 309
Returns:
Tile size.- Type
- ol.Size
-
getZForResolution
-
Parameters:
Name Type Description resolutionnumber Resolution. - Inherited From:
- Source:
- tilegrid.js, line 324
Returns:
Z.- Type
- number