|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.PolygonMeasurement
public class PolygonMeasurement
Implements interface IPolygonMeasurement (polygon measurement and its associated uncertainty information).
| Constructor Summary | |
|---|---|
PolygonMeasurement()
Constructs a PolygonMeasurement using ArcGIS Engine. |
|
PolygonMeasurement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PolygonMeasurement thePolygonMeasurement = (PolygonMeasurement) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
double |
getAreaMeasurement()
The area measurement. |
double |
getAreaUncertainty()
The area measurement uncertainty. |
static String |
getClsid()
getClsid. |
String |
getLinearUnit()
The linear unit of this area measurment. |
double |
getPerimeterMeasurement()
The perimeter measurement. |
double |
getPerimeterUncertainty()
The perimeter measurement uncertainty. |
int |
hashCode()
the hashcode for this object |
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. |
| 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 PolygonMeasurement()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public PolygonMeasurement(Object obj)
throws IOException
PolygonMeasurement thePolygonMeasurement = (PolygonMeasurement) obj;
obj to PolygonMeasurement.
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 double getAreaMeasurement()
throws IOException,
AutomationException
getAreaMeasurement in interface IPolygonMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAreaMeasurement(double areaMeasurement)
throws IOException,
AutomationException
setAreaMeasurement in interface IPolygonMeasurementareaMeasurement - The areaMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAreaUncertainty()
throws IOException,
AutomationException
getAreaUncertainty in interface IPolygonMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAreaUncertainty(double areaUncertainty)
throws IOException,
AutomationException
setAreaUncertainty in interface IPolygonMeasurementareaUncertainty - The areaUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinearUnit()
throws IOException,
AutomationException
getLinearUnit in interface IPolygonMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnit(String pLinearUnit)
throws IOException,
AutomationException
setLinearUnit in interface IPolygonMeasurementpLinearUnit - The pLinearUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPerimeterMeasurement()
throws IOException,
AutomationException
getPerimeterMeasurement in interface IPolygonMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerimeterMeasurement(double perimeterMeasurement)
throws IOException,
AutomationException
setPerimeterMeasurement in interface IPolygonMeasurementperimeterMeasurement - The perimeterMeasurement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPerimeterUncertainty()
throws IOException,
AutomationException
getPerimeterUncertainty in interface IPolygonMeasurementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerimeterUncertainty(double perimeterUncertainty)
throws IOException,
AutomationException
setPerimeterUncertainty in interface IPolygonMeasurementperimeterUncertainty - The perimeterUncertainty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IPolygonMeasurementIOException - 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 | ||||||||