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 |
wPx
public int wPx
hPx
public int hPx
row
public int row
col
public int col
ulx
public double ulx
uly
public double uly
lrx
public double lrx
lry
public double lry
file
public java.io.File file
WMTSTileMatrix.Tile
public WMTSTileMatrix.Tile(int wPx,
int hPx,
int row,
int col,
double ulx,
double uly,
double lrx,
double lry)
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
cloneTile
public WMTSTileMatrix.Tile cloneTile()
Copyright © 2004-2013 gvSIG. All Rights Reserved.