public class VolumeMeasurement extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IVolumeMeasurement
Description 'Implements interface IVolumeMeasurement (volume 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, IID6d821c37_3ffd_4a07_9a04_0c532b91fe69, xxDummy| Constructor and Description |
|---|
VolumeMeasurement()
Constructs a VolumeMeasurement using ArcGIS Engine.
|
VolumeMeasurement(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
VolumeMeasurement theVolumeMeasurement = (VolumeMeasurement) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(int opVolumeUnit)
Convert volume to the unit specified.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
double |
getArea()
Set the area measurement.
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
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()
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.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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.
|
public VolumeMeasurement()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic VolumeMeasurement(java.lang.Object obj)
throws java.io.IOException
VolumeMeasurement theVolumeMeasurement = (VolumeMeasurement) obj;obj to VolumeMeasurement.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setCutVolume(double pCutVolume)
throws java.io.IOException,
AutomationException
setCutVolume in interface IVolumeMeasurementpCutVolume - The pCutVolume (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCutVolume()
throws java.io.IOException,
AutomationException
getCutVolume in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCutVolumeError(double pCutVolumeError)
throws java.io.IOException,
AutomationException
setCutVolumeError in interface IVolumeMeasurementpCutVolumeError - The pCutVolumeError (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCutVolumeError()
throws java.io.IOException,
AutomationException
getCutVolumeError in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFillVolume(double pFillVolume)
throws java.io.IOException,
AutomationException
setFillVolume in interface IVolumeMeasurementpFillVolume - The pFillVolume (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getFillVolume()
throws java.io.IOException,
AutomationException
getFillVolume in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFillVolumeError(double pFillVolumeError)
throws java.io.IOException,
AutomationException
setFillVolumeError in interface IVolumeMeasurementpFillVolumeError - The pFillVolumeError (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getFillVolumeError()
throws java.io.IOException,
AutomationException
getFillVolumeError in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getTotalVolume()
throws java.io.IOException,
AutomationException
getTotalVolume in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getTotalVolumeError()
throws java.io.IOException,
AutomationException
getTotalVolumeError in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setVolumeUnit(int pVolumeUnits)
throws java.io.IOException,
AutomationException
setVolumeUnit in interface IVolumeMeasurementpVolumeUnits - A com.esri.arcgis.datasourcesraster.esriVolumeUnits constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getVolumeUnit()
throws java.io.IOException,
AutomationException
getVolumeUnit in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setArea(double pArea)
throws java.io.IOException,
AutomationException
setArea in interface IVolumeMeasurementpArea - The pArea (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getArea()
throws java.io.IOException,
AutomationException
getArea in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPerimeter(double pPerimeter)
throws java.io.IOException,
AutomationException
setPerimeter in interface IVolumeMeasurementpPerimeter - The pPerimeter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPerimeter()
throws java.io.IOException,
AutomationException
getPerimeter in interface IVolumeMeasurementjava.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 IVolumeMeasurementpLinearUnit - The pLinearUnit (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 IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getVolumeUnitString()
throws java.io.IOException,
AutomationException
getVolumeUnitString in interface IVolumeMeasurementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convert(int opVolumeUnit)
throws java.io.IOException,
AutomationException
convert in interface IVolumeMeasurementopVolumeUnit - A com.esri.arcgis.datasourcesraster.esriVolumeUnits constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.