org.deegree.tools.coverage.gridifier
Class RasterLevel

java.lang.Object
  extended by org.deegree.tools.coverage.gridifier.RasterLevel

public class RasterLevel
extends Object

The RasterLevel class some simple values for each level.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Constructor Summary
RasterLevel(int id, int level, double minScale, double maxScale)
           
 
Method Summary
 int getId()
           
 int getLevel()
           
 double getMaxScale()
           
 double getMinScale()
           
 double getNativeScale()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RasterLevel

public RasterLevel(int id,
                   int level,
                   double minScale,
                   double maxScale)
Parameters:
id - of the level
level - of the tree
minScale - the min scale
maxScale - the max scale
Method Detail

getLevel

public int getLevel()
Returns:
the level

getMinScale

public double getMinScale()
Returns:
the min scale

getMaxScale

public double getMaxScale()
Returns:
the max scale

toString

public String toString()
Overrides:
toString in class Object

getNativeScale

public double getNativeScale()
Returns:
I really don't know

getId

public final int getId()
Returns:
the id


Copyright © 2011. All Rights Reserved.