public interface WMTSTileMatrix
Modifier and Type | Method and Description |
---|---|
java.util.List<WMTSTile> |
contains(boolean projected,
java.awt.geom.Point2D point,
java.awt.geom.Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
java.util.List<WMTSTile> |
contains(boolean projected,
WMTSTileMatrixLimits tileMatrixLimits,
java.awt.geom.Point2D point,
java.awt.geom.Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
java.awt.geom.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
|
java.lang.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
|
java.util.List<WMTSTile> |
intersects(boolean projected,
java.awt.geom.Rectangle2D request,
java.awt.geom.Rectangle2D extentLayer)
This function will check if the request coordinates intersects with the tiles in the matrix.
|
java.util.List<WMTSTile> |
intersects(boolean projected,
WMTSTileMatrixLimits tileMatrixLimits,
java.awt.geom.Rectangle2D request,
java.awt.geom.Rectangle2D extentLayer)
Deprecated.
this method was for grid subsets.
|
java.awt.geom.Rectangle2D getBBoxTileMatrixSet()
force
- double getScaleDenominator()
int getTileWidth()
int getTileHeight()
long getMatrixWidth()
long getMatrixHeight()
double[] getTopLeftCorner()
java.lang.String getIdentifier()
double getWidthWCTile(boolean projected)
double getHeightWCTile(boolean projected)
java.util.List<WMTSTile> intersects(boolean projected, WMTSTileMatrixLimits tileMatrixLimits, java.awt.geom.Rectangle2D request, java.awt.geom.Rectangle2D extentLayer)
java.util.List<WMTSTile> intersects(boolean projected, java.awt.geom.Rectangle2D request, java.awt.geom.Rectangle2D extentLayer)
java.util.List<WMTSTile> contains(boolean projected, java.awt.geom.Point2D point, java.awt.geom.Rectangle2D extentLayer)
java.util.List<WMTSTile> contains(boolean projected, WMTSTileMatrixLimits tileMatrixLimits, java.awt.geom.Point2D point, java.awt.geom.Rectangle2D extentLayer)