|
|||||||||
| 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.
| Constructor Summary | |
|---|---|
RasterTiling()
|
|
| Method Summary | |
|---|---|
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 |
Cog |
getState()
|
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 |
void |
setState(Cog newState)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterTiling()
| Method Detail |
|---|
public Cog getState()
getState in interface Coggablepublic void setState(Cog newState)
setState 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.pixelHeight
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||