com.ontimize.util.gis.extension.google
Class Tile

java.lang.Object
  extended by com.ontimize.util.gis.extension.google.Tile

public class Tile
extends java.lang.Object


Field Summary
(package private)  int nT
           
(package private)  SimplePoint origo
           
(package private) static double PI
           
(package private)  float ppLD
           
(package private)  float ppLR
           
(package private) static int tileSize
           
(package private) static double Wa
           
 
Constructor Summary
Tile(double latitude, double longitude, int zoomLevel)
           
 
Method Summary
 SimplePoint getTileCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PI

static final double PI
See Also:
Constant Field Values

tileSize

static final int tileSize
See Also:
Constant Field Values

Wa

static final double Wa
See Also:
Constant Field Values

ppLD

float ppLD

ppLR

float ppLR

nT

int nT

origo

SimplePoint origo
Constructor Detail

Tile

public Tile(double latitude,
            double longitude,
            int zoomLevel)
Method Detail

getTileCoord

public SimplePoint getTileCoord()