public interface IPolygonMeasurement
extends java.io.Serializable
Description: '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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID61a5e367_f808_433c_a274_cdd12879a513 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getAreaMeasurement()
The area measurement.
|
double |
getAreaUncertainty()
The area measurement uncertainty.
|
java.lang.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(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.
|
static final int IID61a5e367_f808_433c_a274_cdd12879a513
static final int xxDummy
static final java.lang.String IID
double getAreaMeasurement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAreaMeasurement(double areaMeasurement) throws java.io.IOException, AutomationException
areaMeasurement
- The areaMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAreaUncertainty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAreaUncertainty(double areaUncertainty) throws java.io.IOException, AutomationException
areaUncertainty
- The areaUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLinearUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinearUnit(java.lang.String pLinearUnit) throws java.io.IOException, AutomationException
pLinearUnit
- The pLinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPerimeterMeasurement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPerimeterMeasurement(double perimeterMeasurement) throws java.io.IOException, AutomationException
perimeterMeasurement
- The perimeterMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPerimeterUncertainty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPerimeterUncertainty(double perimeterUncertainty) throws java.io.IOException, AutomationException
perimeterUncertainty
- The perimeterUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.