Class: ol.tilegrid.XYZ
new XYZ
Parameters:
| Name |
Type |
Description |
xyzOptions |
ol.tilegrid.XYZOptions
|
XYZ options. |
- Source:
Extends
Methods
-
forEachTileCoordParentTileRange
-
- Source:
-
getExtent
-
- Inherited From:
- Source:
Returns:
Extent.
-
Type
-
ol.Extent
-
getOrigin
-
Parameters:
| Name |
Type |
Description |
z |
number
|
Z. |
- Inherited From:
- Source:
Returns:
Origin.
-
Type
-
ol.Coordinate
-
getPixelBoundsForTileCoordAndResolution
-
Parameters:
| Name |
Type |
Description |
tileCoord |
ol.TileCoord
|
Tile coordinate. |
resolution |
number
|
Resolution. |
- Inherited From:
- Source:
Returns:
Pixel bounds.
-
Type
-
ol.PixelBounds
-
getResolution
-
Parameters:
| Name |
Type |
Description |
z |
number
|
Z. |
- Inherited From:
- Source:
Returns:
Resolution.
-
Type
-
number
-
getResolutions
-
- Inherited From:
- Source:
Returns:
Resolutions.
-
Type
-
Array.<number>
-
getTileCoordCenter
-
Parameters:
| Name |
Type |
Description |
tileCoord |
ol.TileCoord
|
Tile coordinate. |
- Inherited From:
- Source:
Returns:
Tile center.
-
Type
-
ol.Coordinate
-
getTileCoordExtent
-
Parameters:
| Name |
Type |
Description |
tileCoord |
ol.TileCoord
|
Tile coordinate. |
- Inherited From:
- Source:
Returns:
Extent.
-
Type
-
ol.Extent
-
getTileCoordForCoordAndResolution
-
Parameters:
| Name |
Type |
Description |
coordinate |
ol.Coordinate
|
Coordinate. |
resolution |
number
|
Resolution. |
- Inherited From:
- Source:
Returns:
Tile coordinate.
-
Type
-
ol.TileCoord
-
getTileCoordForCoordAndZ
-
Parameters:
| Name |
Type |
Description |
coordinate |
ol.Coordinate
|
Coordinate. |
z |
number
|
Z. |
- Inherited From:
- Source:
Returns:
Tile coordinate.
-
Type
-
ol.TileCoord
-
getTileCoordResolution
-
Parameters:
| Name |
Type |
Description |
tileCoord |
ol.TileCoord
|
Tile coordinate. |
- Inherited From:
- Source:
Returns:
Tile resolution.
-
Type
-
number
-
getTileRangeExtent
-
Parameters:
| Name |
Type |
Description |
z |
number
|
Z. |
tileRange |
ol.TileRange
|
Tile range. |
- Inherited From:
- Source:
Returns:
Extent.
-
Type
-
ol.Extent
-
getTileRangeForExtentAndResolution
-
Parameters:
| Name |
Type |
Description |
extent |
ol.Extent
|
Extent. |
resolution |
number
|
Resolution. |
- Inherited From:
- Source:
Returns:
Tile range.
-
Type
-
ol.TileRange
-
getTileRangeForExtentAndZ
-
Parameters:
| Name |
Type |
Description |
extent |
ol.Extent
|
Extent. |
z |
number
|
Z. |
- Inherited From:
- Source:
Returns:
Tile range.
-
Type
-
ol.TileRange
-
getTileSize
-
- Inherited From:
- Source:
Returns:
Tile size.
-
Type
-
ol.Size
-
getZForResolution
-
Parameters:
| Name |
Type |
Description |
resolution |
number
|
Resolution. |
- Inherited From:
- Source:
Returns:
Z.
-
Type
-
number