org.deegree.tools.coverage.rtb
Class TileGrid.Tile

java.lang.Object
  extended by org.deegree.tools.coverage.rtb.TileGrid.Tile
Enclosing class:
TileGrid

public static class TileGrid.Tile
extends Object

Simple container class for a tile coordinate and envelope.


Field Summary
 Envelope envelope
          the envelope of the tile
 int x
          the x tile coordinate
 int y
          the y tile coordinate
 
Constructor Summary
TileGrid.Tile(int x, int y, Envelope env)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final int x
the x tile coordinate


y

public final int y
the y tile coordinate


envelope

public final Envelope envelope
the envelope of the tile

Constructor Detail

TileGrid.Tile

public TileGrid.Tile(int x,
                     int y,
                     Envelope env)
Parameters:
x -
y -
env -


Copyright © 2011. All Rights Reserved.