org.geotools.geopkg
Class TileMatrix

Object
  extended by TileMatrix

public class TileMatrix
extends Object


Constructor Summary
TileMatrix()
           
TileMatrix(Integer zoomLevel, Integer matrixWidth, Integer matrixHeight, Integer tileWidth, Integer tileHeight, Double xPixelSize, Double yPixelSize)
           
 
Method Summary
 Integer getMatrixHeight()
           
 Integer getMatrixWidth()
           
 Integer getTileHeight()
           
 Integer getTileWidth()
           
 Double getXPixelSize()
           
 Double getYPixelSize()
           
 Integer getZoomLevel()
           
 void setMatrixHeight(Integer matrixHeight)
           
 void setMatrixWidth(Integer matrixWidth)
           
 void setTileHeight(Integer tileHeight)
           
 void setTileWidth(Integer tileWidth)
           
 void setXPixelSize(Double xPixelSize)
           
 void setYPixelSize(Double yPixelSize)
           
 void setZoomLevel(Integer zoomLevel)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileMatrix

public TileMatrix()

TileMatrix

public TileMatrix(Integer zoomLevel,
                  Integer matrixWidth,
                  Integer matrixHeight,
                  Integer tileWidth,
                  Integer tileHeight,
                  Double xPixelSize,
                  Double yPixelSize)
Method Detail

getZoomLevel

public Integer getZoomLevel()

setZoomLevel

public void setZoomLevel(Integer zoomLevel)

getMatrixWidth

public Integer getMatrixWidth()

setMatrixWidth

public void setMatrixWidth(Integer matrixWidth)

getMatrixHeight

public Integer getMatrixHeight()

setMatrixHeight

public void setMatrixHeight(Integer matrixHeight)

getTileWidth

public Integer getTileWidth()

setTileWidth

public void setTileWidth(Integer tileWidth)

getTileHeight

public Integer getTileHeight()

setTileHeight

public void setTileHeight(Integer tileHeight)

getXPixelSize

public Double getXPixelSize()

setXPixelSize

public void setXPixelSize(Double xPixelSize)

getYPixelSize

public Double getYPixelSize()

setYPixelSize

public void setYPixelSize(Double yPixelSize)


Copyright © 1996-2014 Geotools. All Rights Reserved.