|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPolygonMeasurement
Polygon measurement and its associated uncertainty information.
| Method Summary | |
|---|---|
double |
getAreaMeasurement()
The area measurement. |
double |
getAreaUncertainty()
The area measurement uncertainty. |
String |
getLinearUnit()
The linear unit of this area measurment. |
double |
getPerimeterMeasurement()
The perimeter measurement. |
double |
getPerimeterUncertainty()
The perimeter measurement uncertainty. |
void |
reset()
Resets all the properties of this IPolygonMeasurement to their default values. |
void |
setAreaMeasurement(double areaMeasurement)
The area measurement. |
void |
setAreaUncertainty(double areaUncertainty)
The area measurement uncertainty. |
void |
setLinearUnit(String pLinearUnit)
The linear unit of this area measurment. |
void |
setPerimeterMeasurement(double perimeterMeasurement)
The perimeter measurement. |
void |
setPerimeterUncertainty(double perimeterUncertainty)
The perimeter measurement uncertainty. |
| Method Detail |
|---|
double getAreaMeasurement()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaMeasurement(double areaMeasurement)
throws IOException,
AutomationException
areaMeasurement - The areaMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getAreaUncertainty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaUncertainty(double areaUncertainty)
throws IOException,
AutomationException
areaUncertainty - The areaUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLinearUnit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinearUnit(String pLinearUnit)
throws IOException,
AutomationException
pLinearUnit - The pLinearUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPerimeterMeasurement()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPerimeterMeasurement(double perimeterMeasurement)
throws IOException,
AutomationException
perimeterMeasurement - The perimeterMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPerimeterUncertainty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPerimeterUncertainty(double perimeterUncertainty)
throws IOException,
AutomationException
perimeterUncertainty - The perimeterUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
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 | ||||||||