|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebRouteDisplayOptions
public class ArcWebRouteDisplayOptions
A set of parameters describing the way a route is displayed.
| Constructor Summary | |
|---|---|
ArcWebRouteDisplayOptions()
Constructs a ArcWebRouteDisplayOptions using ArcGIS Engine. |
|
ArcWebRouteDisplayOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebRouteDisplayOptions theArcWebRouteDisplayOptions = (ArcWebRouteDisplayOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IColor |
getColor()
The color of the route line (default is Red). |
int |
getThickness()
The thickness of the route line in pixels 1-20 (default is 7). |
double |
getTransparency()
The transparency of the route line 0.1-1.0 (default is 0.5 and less then 0.1 is reset to 0.5). |
int |
hashCode()
the hashcode for this object |
void |
setColorByRef(IColor color)
The color of the route line (default is Red). |
void |
setThickness(int thickness)
The thickness of the route line in pixels 1-20 (default is 7). |
void |
setTransparency(double transpanency)
The transparency of the route line 0.1-1.0 (default is 0.5 and less then 0.1 is reset to 0.5). |
| 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 ArcWebRouteDisplayOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebRouteDisplayOptions(Object obj)
throws IOException
ArcWebRouteDisplayOptions theArcWebRouteDisplayOptions = (ArcWebRouteDisplayOptions) obj;
obj to ArcWebRouteDisplayOptions.
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 getColor()
throws IOException,
AutomationException
getColor in interface IArcWebRouteDisplayOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColorByRef(IColor color)
throws IOException,
AutomationException
setColorByRef in interface IArcWebRouteDisplayOptionscolor - 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 getThickness()
throws IOException,
AutomationException
getThickness in interface IArcWebRouteDisplayOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThickness(int thickness)
throws IOException,
AutomationException
setThickness in interface IArcWebRouteDisplayOptionsthickness - The thickness (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTransparency()
throws IOException,
AutomationException
getTransparency in interface IArcWebRouteDisplayOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparency(double transpanency)
throws IOException,
AutomationException
setTransparency in interface IArcWebRouteDisplayOptionstranspanency - The transpanency (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 | ||||||||