com.bbn.openmap.dataAccess.mapTile
Class KMLTileGridMaker.Tile

java.lang.Object
  extended by com.bbn.openmap.dataAccess.mapTile.KMLTileGridMaker.Tile
Enclosing class:
KMLTileGridMaker

protected class KMLTileGridMaker.Tile
extends java.lang.Object


Field Summary
protected  java.awt.geom.Point2D lr
           
protected  java.lang.String title
           
protected  java.awt.geom.Point2D ul
           
protected  int uvx
           
protected  int uvy
           
 
Constructor Summary
protected KMLTileGridMaker.Tile(int uvx, int uvy, java.awt.geom.Point2D ul, java.awt.geom.Point2D lr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uvx

protected int uvx

uvy

protected int uvy

ul

protected java.awt.geom.Point2D ul

lr

protected java.awt.geom.Point2D lr

title

protected java.lang.String title
Constructor Detail

KMLTileGridMaker.Tile

protected KMLTileGridMaker.Tile(int uvx,
                                int uvy,
                                java.awt.geom.Point2D ul,
                                java.awt.geom.Point2D lr)


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details