org.gvsig.remoteclient.wmts.struct
Class WMTSTileMatrix.Tile
java.lang.Object
org.gvsig.remoteclient.wmts.struct.WMTSTileMatrix.Tile
- Enclosing class:
- WMTSTileMatrix
public class WMTSTileMatrix.Tile
- extends java.lang.Object
|
Constructor Summary |
WMTSTileMatrix.Tile(int wPx,
int hPx,
int row,
int col,
double ulx,
double uly,
double lrx,
double lry)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
col
public int col
file
public java.io.File file
hPx
public int hPx
lrx
public double lrx
lry
public double lry
row
public int row
ulx
public double ulx
uly
public double uly
wPx
public int wPx
WMTSTileMatrix.Tile
public WMTSTileMatrix.Tile(int wPx,
int hPx,
int row,
int col,
double ulx,
double uly,
double lrx,
double lry)
cloneTile
public WMTSTileMatrix.Tile cloneTile()
worldToRaster
public java.awt.geom.Point2D worldToRaster(java.awt.geom.Point2D pt)
- Convierte un punto desde del mundo a coordenadas pixel.
- Parameters:
pt - Punto a transformar
- Returns:
- punto transformado en coordenadas pixel
Copyright © 2014 gvSIG Association. All Rights Reserved.