public interface IVolumeMeasurement
extends java.io.Serializable
Description: 'Volume measurement & it's associated properties' 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 |
IID6d821c37_3ffd_4a07_9a04_0c532b91fe69 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
convert(int opVolumeUnit)
Convert volume to the unit specified.
|
double |
getArea()
Set the area measurement.
|
double |
getCutVolume()
Set the cut volume.
|
double |
getCutVolumeError()
Set the cut volume error.
|
double |
getFillVolume()
Set the fill volume.
|
double |
getFillVolumeError()
Set the fill volume error.
|
java.lang.String |
getLinearUnit()
Set the linear unit.
|
double |
getPerimeter()
Set the perimeter measurement.
|
double |
getTotalVolume()
Get the total volume.
|
double |
getTotalVolumeError()
Get the total volume error.
|
int |
getVolumeUnit()
Set the unit of volume measurement.
|
java.lang.String |
getVolumeUnitString()
Get the string representation of the unit of volume measurement.
|
void |
setArea(double pArea)
Set the area measurement.
|
void |
setCutVolume(double pCutVolume)
Set the cut volume.
|
void |
setCutVolumeError(double pCutVolumeError)
Set the cut volume error.
|
void |
setFillVolume(double pFillVolume)
Set the fill volume.
|
void |
setFillVolumeError(double pFillVolumeError)
Set the fill volume error.
|
void |
setLinearUnit(java.lang.String pLinearUnit)
Set the linear unit.
|
void |
setPerimeter(double pPerimeter)
Set the perimeter measurement.
|
void |
setVolumeUnit(int pVolumeUnits)
Set the unit of volume measurement.
|
static final int IID6d821c37_3ffd_4a07_9a04_0c532b91fe69
static final int xxDummy
static final java.lang.String IID
void setCutVolume(double pCutVolume)
throws java.io.IOException,
AutomationException
pCutVolume - The pCutVolume (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getCutVolume()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCutVolumeError(double pCutVolumeError)
throws java.io.IOException,
AutomationException
pCutVolumeError - The pCutVolumeError (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getCutVolumeError()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFillVolume(double pFillVolume)
throws java.io.IOException,
AutomationException
pFillVolume - The pFillVolume (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getFillVolume()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFillVolumeError(double pFillVolumeError)
throws java.io.IOException,
AutomationException
pFillVolumeError - The pFillVolumeError (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getFillVolumeError()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getTotalVolume()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getTotalVolumeError()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVolumeUnit(int pVolumeUnits)
throws java.io.IOException,
AutomationException
pVolumeUnits - A com.esri.arcgis.datasourcesraster.esriVolumeUnits constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getVolumeUnit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setArea(double pArea)
throws java.io.IOException,
AutomationException
pArea - The pArea (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getArea()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPerimeter(double pPerimeter)
throws java.io.IOException,
AutomationException
pPerimeter - The pPerimeter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPerimeter()
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.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.java.lang.String getVolumeUnitString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void convert(int opVolumeUnit)
throws java.io.IOException,
AutomationException
opVolumeUnit - A com.esri.arcgis.datasourcesraster.esriVolumeUnits constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.