org.deegree.tools.coverage.rtb
Class TileGrid.Tile
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TileGrid.Tile
public TileGrid.Tile(int x,
int y,
Envelope env)
- Parameters:
x
- y
- env
-
Copyright © 2011. All Rights Reserved.