|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getAreaMeasurement() throws IOException, AutomationException
getAreaMeasurement
in interface IPolygonMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaMeasurement(double areaMeasurement) throws IOException, AutomationException
setAreaMeasurement
in interface IPolygonMeasurement
areaMeasurement
- 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 IPolygonMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaUncertainty(double areaUncertainty) throws IOException, AutomationException
setAreaUncertainty
in interface IPolygonMeasurement
areaUncertainty
- 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 IPolygonMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearUnit(String pLinearUnit) throws IOException, AutomationException
setLinearUnit
in interface IPolygonMeasurement
pLinearUnit
- 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 IPolygonMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerimeterMeasurement(double perimeterMeasurement) throws IOException, AutomationException
setPerimeterMeasurement
in interface IPolygonMeasurement
perimeterMeasurement
- 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 IPolygonMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerimeterUncertainty(double perimeterUncertainty) throws IOException, AutomationException
setPerimeterUncertainty
in interface IPolygonMeasurement
perimeterUncertainty
- 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 IPolygonMeasurement
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 |