|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.RasterTiling
public class RasterTiling
A raster tiling at a specific level-of-detail.
Copyright 2005-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
RasterTiling()
|
|
RasterTiling(Cog newState)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterTiling()
public RasterTiling(Cog newState)
| Method Detail |
|---|
public Cog toCog()
CoggableCog.
toCog in interface Coggablepublic 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||