| Constructor and Description |
|---|
RasterTiling() |
RasterTiling(Cog newState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheSize()
Cache size for this LOD.
|
Grid |
getGrid() |
double |
getOriginX()
Gets the value of originX
|
double |
getOriginY()
Gets the value of originY
|
int |
getPixelHeight()
Gets the value of pixelHeight
|
int |
getPixelWidth()
Gets the value of pixelWidth
|
double |
getScale()
Gets the value of scale
|
double |
getScaleThreshold()
Gets the value of scaleThreshold
|
void |
setCacheSize(int cacheSize)
Cache size for this LOD.
|
void |
setOriginX(double argOriginX)
Sets the value of originX
|
void |
setOriginY(double argOriginY)
Sets the value of originY
|
void |
setPixelHeight(int argPixelHeight)
Sets the value of pixelHeight
|
void |
setPixelWidth(int argPixelWidth)
Sets the value of pixelWidth
|
void |
setScale(double argScale)
Sets the value of scale
|
void |
setScaleThreshold(double argScaleThreshold)
Sets the value of scaleThreshold
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
public RasterTiling()
public RasterTiling(Cog newState)
public Cog toCog()
CoggableCog.public Grid getGrid()
public double getOriginX()
public void setOriginX(double argOriginX)
argOriginX - Value to assign to this.originXpublic double getOriginY()
public void setOriginY(double argOriginY)
argOriginY - Value to assign to this.originYpublic double getScaleThreshold()
public void setScaleThreshold(double argScaleThreshold)
argScaleThreshold - Value to assign to this.scaleThresholdpublic double getScale()
public void setScale(double argScale)
argScale - Value to assign to this.scalepublic int getPixelWidth()
public void setPixelWidth(int argPixelWidth)
argPixelWidth - Value to assign to this.pixelWidthpublic int getPixelHeight()
public void setPixelHeight(int argPixelHeight)
argPixelHeight - Value to assign to this.pixelHeightpublic int getCacheSize()
public void setCacheSize(int cacheSize)