| java.lang.Object org.geotools.arcsde.gce.ArcSDEPyramidLevel
ArcSDEPyramidLevel | public class ArcSDEPyramidLevel (Code) | | Represents one level in an ArcSDE pyramid. Holds information about a given pyramid level, like
resolution, x/y offsets, number of tiles high/wide, total pixel size and total envelope covered by
this level.
author: sfarber |
ArcSDEPyramidLevel | public ArcSDEPyramidLevel(int level, SeExtent extent, CoordinateReferenceSystem crs, SDEPoint offset, int xTiles, int yTiles, Dimension size)(Code) | | |
getLevel | public int getLevel()(Code) | | Which level in the pyramid this object represents |
getNumTilesHigh | public int getNumTilesHigh()(Code) | | The total number of tiles covering the height of this level |
getNumTilesWide | public int getNumTilesWide()(Code) | | The total number of tiles covering the width of this level |
getXOffset | public int getXOffset()(Code) | | DOCUMENT ME!!! |
getXRes | public double getXRes()(Code) | | The X and Y resolution in units/pixel for pixels at this level |
getYOffset | public int getYOffset()(Code) | | DOCUMENT ME!!! |
getYRes | public double getYRes()(Code) | | The X and Y resolution in units/pixel for pixels at this level |
|
|