|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebSite
public class ArcWebSite
The area of the report.
| Constructor Summary | |
|---|---|
ArcWebSite()
Constructs a ArcWebSite using ArcGIS Engine. |
|
ArcWebSite(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebSite theArcWebSite = (ArcWebSite) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getCalcType()
The type of rings (default is esriArcWebReportCalcTypeSolid). |
static String |
getClsid()
getClsid. |
IGeometryCollection |
getPolygons()
The areas for the report. |
IDoubleArray |
getRingsRadii()
The radii of the rings. |
int |
getRingsUnits()
The units for the ring's radius (default is esriArcWebDistanceUnitsMiles). |
IPoint |
getSiteLocation()
The x,y coordinates used to define either the center of the rings or a reference point for the polygons. |
String |
getSiteName()
The site name. |
int |
hashCode()
the hashcode for this object |
void |
setCalcType(int calcType)
The type of rings (default is esriArcWebReportCalcTypeSolid). |
void |
setPolygons(IGeometryCollection polygons)
The areas for the report. |
void |
setRingsRadii(IDoubleArray ringsRadii)
The radii of the rings. |
void |
setRingsUnits(int ringsUnits)
The units for the ring's radius (default is esriArcWebDistanceUnitsMiles). |
void |
setSiteLocation(IPoint siteLocation)
The x,y coordinates used to define either the center of the rings or a reference point for the polygons. |
void |
setSiteName(String siteName)
The site name. |
| 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 ArcWebSite()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebSite(Object obj)
throws IOException
ArcWebSite theArcWebSite = (ArcWebSite) obj;
obj to ArcWebSite.
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 int getCalcType()
throws IOException,
AutomationException
getCalcType in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalcType(int calcType)
throws IOException,
AutomationException
setCalcType in interface IArcWebSitecalcType - A com.esri.arcgis.arcweb.esriArcWebReportCalcType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometryCollection getPolygons()
throws IOException,
AutomationException
getPolygons in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygons(IGeometryCollection polygons)
throws IOException,
AutomationException
setPolygons in interface IArcWebSitepolygons - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getRingsRadii()
throws IOException,
AutomationException
getRingsRadii in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRingsRadii(IDoubleArray ringsRadii)
throws IOException,
AutomationException
setRingsRadii in interface IArcWebSiteringsRadii - A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRingsUnits()
throws IOException,
AutomationException
getRingsUnits in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRingsUnits(int ringsUnits)
throws IOException,
AutomationException
setRingsUnits in interface IArcWebSiteringsUnits - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getSiteLocation()
throws IOException,
AutomationException
getSiteLocation in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSiteLocation(IPoint siteLocation)
throws IOException,
AutomationException
setSiteLocation in interface IArcWebSitesiteLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSiteName()
throws IOException,
AutomationException
getSiteName in interface IArcWebSiteIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSiteName(String siteName)
throws IOException,
AutomationException
setSiteName in interface IArcWebSitesiteName - The siteName (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 | ||||||||