|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebSite
Provides access to members that describe the area of the report.
| Method Summary | |
|---|---|
int |
getCalcType()
The type of rings (default is esriArcWebReportCalcTypeSolid). |
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. |
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. |
| Method Detail |
|---|
int getCalcType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCalcType(int calcType)
throws IOException,
AutomationException
calcType - A com.esri.arcgis.arcweb.esriArcWebReportCalcType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometryCollection getPolygons()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPolygons(IGeometryCollection polygons)
throws IOException,
AutomationException
polygons - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDoubleArray getRingsRadii()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRingsRadii(IDoubleArray ringsRadii)
throws IOException,
AutomationException
ringsRadii - A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRingsUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRingsUnits(int ringsUnits)
throws IOException,
AutomationException
ringsUnits - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getSiteLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSiteLocation(IPoint siteLocation)
throws IOException,
AutomationException
siteLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSiteName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSiteName(String siteName)
throws IOException,
AutomationException
siteName - 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 | ||||||||