public interface WMTSTileMatrix
Modifier and Type | Method and Description |
---|---|
List<WMTSTile> |
contains(boolean projected,
Point2D point,
Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
List<WMTSTile> |
contains(boolean projected,
WMTSTileMatrixLimits tileMatrixLimits,
Point2D point,
Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
Rectangle2D |
getBBoxTileMatrixSet()
Sets longitude first in the axis order read from the capabilities file
|
double |
getHeightWCTile(boolean projected)
Gets the height in world coordinates of a tile
|
String |
getIdentifier() |
long |
getMatrixHeight() |
long |
getMatrixWidth() |
double |
getScaleDenominator() |
int |
getTileHeight() |
int |
getTileWidth() |
double[] |
getTopLeftCorner() |
double |
getWidthWCTile(boolean projected)
Gets the width in world coordinates of a tile
|
List<WMTSTile> |
intersects(boolean projected,
Rectangle2D request,
Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
List<WMTSTile> |
intersects(boolean projected,
WMTSTileMatrixLimits tileMatrixLimits,
Rectangle2D request,
Rectangle2D extentLayer)
Deprecated.
this method was for grid subsets.
|
Rectangle2D getBBoxTileMatrixSet()
force
- double getScaleDenominator()
int getTileWidth()
int getTileHeight()
long getMatrixWidth()
long getMatrixHeight()
double[] getTopLeftCorner()
String getIdentifier()
double getWidthWCTile(boolean projected)
double getHeightWCTile(boolean projected)
List<WMTSTile> intersects(boolean projected, WMTSTileMatrixLimits tileMatrixLimits, Rectangle2D request, Rectangle2D extentLayer)
List<WMTSTile> intersects(boolean projected, Rectangle2D request, Rectangle2D extentLayer)
List<WMTSTile> contains(boolean projected, Point2D point, Rectangle2D extentLayer)
List<WMTSTile> contains(boolean projected, WMTSTileMatrixLimits tileMatrixLimits, Point2D point, Rectangle2D extentLayer)