public class PolygonMeasurement extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IPolygonMeasurement
Description 'Implements interface IPolygonMeasurement (polygon measurement and its associated uncertainty information).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IID61a5e367_f808_433c_a274_cdd12879a513, xxDummy
Constructor and Description |
---|
PolygonMeasurement()
Constructs a PolygonMeasurement using ArcGIS Engine.
|
PolygonMeasurement(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
PolygonMeasurement thePolygonMeasurement = (PolygonMeasurement) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
double |
getAreaMeasurement()
The area measurement.
|
double |
getAreaUncertainty()
The area measurement uncertainty.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.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 |
release()
Release this COM object reference
|
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(java.lang.String pLinearUnit)
The linear unit of this area measurment.
|
void |
setPerimeterMeasurement(double perimeterMeasurement)
The perimeter measurement.
|
void |
setPerimeterUncertainty(double perimeterUncertainty)
The perimeter measurement uncertainty.
|
public PolygonMeasurement() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic PolygonMeasurement(java.lang.Object obj) throws java.io.IOException
PolygonMeasurement thePolygonMeasurement = (PolygonMeasurement) obj;
obj
to PolygonMeasurement
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public double getAreaMeasurement() throws java.io.IOException, AutomationException
getAreaMeasurement
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAreaMeasurement(double areaMeasurement) throws java.io.IOException, AutomationException
setAreaMeasurement
in interface IPolygonMeasurement
areaMeasurement
- The areaMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAreaUncertainty() throws java.io.IOException, AutomationException
getAreaUncertainty
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAreaUncertainty(double areaUncertainty) throws java.io.IOException, AutomationException
setAreaUncertainty
in interface IPolygonMeasurement
areaUncertainty
- The areaUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLinearUnit() throws java.io.IOException, AutomationException
getLinearUnit
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLinearUnit(java.lang.String pLinearUnit) throws java.io.IOException, AutomationException
setLinearUnit
in interface IPolygonMeasurement
pLinearUnit
- The pLinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPerimeterMeasurement() throws java.io.IOException, AutomationException
getPerimeterMeasurement
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPerimeterMeasurement(double perimeterMeasurement) throws java.io.IOException, AutomationException
setPerimeterMeasurement
in interface IPolygonMeasurement
perimeterMeasurement
- The perimeterMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPerimeterUncertainty() throws java.io.IOException, AutomationException
getPerimeterUncertainty
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPerimeterUncertainty(double perimeterUncertainty) throws java.io.IOException, AutomationException
setPerimeterUncertainty
in interface IPolygonMeasurement
perimeterUncertainty
- The perimeterUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IPolygonMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.