|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebStandardGeography
public class ArcWebStandardGeography
The standard geography of the report site area.
| Constructor Summary | |
|---|---|
ArcWebStandardGeography()
Constructs a ArcWebStandardGeography using ArcGIS Engine. |
|
ArcWebStandardGeography(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebStandardGeography theArcWebStandardGeography = (ArcWebStandardGeography) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IEnumBSTR |
getGeographyIDs()
The geographic ID for the site. |
int |
getGeographyLevel()
The geographic level at which the data is returned. |
int |
hashCode()
the hashcode for this object |
void |
setGeographyIDs(IEnumBSTR geographyIDs)
The geographic ID for the site. |
void |
setGeographyLevel(int geographyLevel)
The geographic level at which the data is returned. |
| 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 ArcWebStandardGeography()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebStandardGeography(Object obj)
throws IOException
ArcWebStandardGeography theArcWebStandardGeography = (ArcWebStandardGeography) obj;
obj to ArcWebStandardGeography.
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 IEnumBSTR getGeographyIDs()
throws IOException,
AutomationException
getGeographyIDs in interface IArcWebStandardGeographyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeographyIDs(IEnumBSTR geographyIDs)
throws IOException,
AutomationException
setGeographyIDs in interface IArcWebStandardGeographygeographyIDs - A reference to a com.esri.arcgis.system.IEnumBSTR (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeographyLevel()
throws IOException,
AutomationException
getGeographyLevel in interface IArcWebStandardGeographyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeographyLevel(int geographyLevel)
throws IOException,
AutomationException
setGeographyLevel in interface IArcWebStandardGeographygeographyLevel - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (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 | ||||||||