Modifier and Type | Field and Description |
---|---|
int |
col |
java.io.File |
file |
int |
hPx |
double |
lrx |
double |
lry |
int |
row |
double |
ulx |
double |
uly |
int |
wPx |
Constructor and Description |
---|
WMTSTileImpl(int[] size,
int[] position,
double[] coords) |
WMTSTileImpl(int wPx,
int hPx,
int row,
int col,
double ulx,
double uly,
double lrx,
double lry) |
Modifier and Type | Method and Description |
---|---|
WMTSTile |
cloneTile() |
int |
getCol() |
java.io.File |
getFile() |
int |
getHeightPx() |
double |
getLRX() |
double |
getLRY() |
int |
getRow() |
double |
getULX() |
double |
getULY() |
int |
getWidthPx() |
void |
setFile(java.io.File file) |
java.awt.geom.Point2D |
worldToRaster(java.awt.geom.Point2D pt)
Convierte un punto desde del mundo a coordenadas pixel.
|
public int wPx
public int hPx
public int row
public int col
public double ulx
public double uly
public double lrx
public double lry
public java.io.File file
public WMTSTileImpl(int[] size, int[] position, double[] coords)
public WMTSTileImpl(int wPx, int hPx, int row, int col, double ulx, double uly, double lrx, double lry)
public int getWidthPx()
getWidthPx
in interface WMTSTile
public int getHeightPx()
getHeightPx
in interface WMTSTile
public java.awt.geom.Point2D worldToRaster(java.awt.geom.Point2D pt)
worldToRaster
in interface WMTSTile
pt
- Punto a transformar