|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebMapImageOptions
public class ArcWebMapImageOptions
A set of parameters used in finding routes and generating map images.
| Constructor Summary | |
|---|---|
ArcWebMapImageOptions()
Constructs a ArcWebMapImageOptions using ArcGIS Engine. |
|
ArcWebMapImageOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebMapImageOptions theArcWebMapImageOptions = (ArcWebMapImageOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IColor |
getBackgroundColor()
The background color of the map image (default is Red). |
static String |
getClsid()
getClsid. |
int |
getHeight()
The height of the map image in pixels. |
int |
getWidth()
The width of the map image in pixels. |
int |
hashCode()
the hashcode for this object |
void |
setBackgroundColorByRef(IColor backgroundColor)
The background color of the map image (default is Red). |
void |
setHeight(int height)
The height of the map image in pixels. |
void |
setWidth(int width)
The width of the map image in pixels. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebMapImageOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebMapImageOptions(Object obj)
throws IOException
ArcWebMapImageOptions theArcWebMapImageOptions = (ArcWebMapImageOptions) obj;
obj to ArcWebMapImageOptions.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IColor getBackgroundColor()
throws IOException,
AutomationException
getBackgroundColor in interface IArcWebMapImageOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColorByRef(IColor backgroundColor)
throws IOException,
AutomationException
setBackgroundColorByRef in interface IArcWebMapImageOptionsbackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
throws IOException,
AutomationException
getHeight in interface IArcWebMapImageOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeight(int height)
throws IOException,
AutomationException
setHeight in interface IArcWebMapImageOptionsheight - The height (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws IOException,
AutomationException
getWidth in interface IArcWebMapImageOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(int width)
throws IOException,
AutomationException
setWidth in interface IArcWebMapImageOptionswidth - The width (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||