|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.map.environment.ImageLimit
Holds the maximum allowable value of an output map in the total pixels available.
ImageLimit
is set after the Map
object's
InitMap
method is called.
Constructor Summary | |
ImageLimit()
Constructs an instance of an ImageLimit object. |
Method Summary | |
long |
getPixelCount()
Returns the pixel count value of this ImageLimit object. |
void |
setPixelCount(long value)
Sets the pixel count value for the ImageLimit object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageLimit()
ImageLimit
object.
Example: ImageLimit imageLimit = new ImageLimit();
Method Detail |
public void setPixelCount(long value)
ImageLimit
object.
Example: imageLimit.setPixelCount(10000);
value
- the pixel count value.getPixelCount()
public long getPixelCount()
ImageLimit
object.
Example: long pixelCount = imageLimit.getPixelCount();
setPixelCount(long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |