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 =
public class IVolumeMeasurementProxy extends com.esri.arcgis.interop.Dispatch implements IVolumeMeasurement, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6d821c37_3ffd_4a07_9a04_0c532b91fe69| Modifier | Constructor and Description |
|---|---|
|
IVolumeMeasurementProxy()
Deprecated.
For internal use only
|
|
IVolumeMeasurementProxy(java.lang.Object obj)
Deprecated.
|
protected |
IVolumeMeasurementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IVolumeMeasurementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IVolumeMeasurementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
convert(int opVolumeUnit)
Deprecated.
Convert volume to the unit specified.
|
double |
getArea()
Deprecated.
Set the area measurement.
|
double |
getCutVolume()
Deprecated.
Set the cut volume.
|
double |
getCutVolumeError()
Deprecated.
Set the cut volume error.
|
double |
getFillVolume()
Deprecated.
Set the fill volume.
|
double |
getFillVolumeError()
Deprecated.
Set the fill volume error.
|
java.lang.String |
getLinearUnit()
Deprecated.
Set the linear unit.
|
double |
getPerimeter()
Deprecated.
Set the perimeter measurement.
|
double |
getTotalVolume()
Deprecated.
Get the total volume.
|
double |
getTotalVolumeError()
Deprecated.
Get the total volume error.
|
int |
getVolumeUnit()
Deprecated.
Set the unit of volume measurement.
|
java.lang.String |
getVolumeUnitString()
Deprecated.
Get the string representation of the unit of volume measurement.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setArea(double pArea)
Deprecated.
Set the area measurement.
|
void |
setCutVolume(double pCutVolume)
Deprecated.
Set the cut volume.
|
void |
setCutVolumeError(double pCutVolumeError)
Deprecated.
Set the cut volume error.
|
void |
setFillVolume(double pFillVolume)
Deprecated.
Set the fill volume.
|
void |
setFillVolumeError(double pFillVolumeError)
Deprecated.
Set the fill volume error.
|
void |
setLinearUnit(java.lang.String pLinearUnit)
Deprecated.
Set the linear unit.
|
void |
setPerimeter(double pPerimeter)
Deprecated.
Set the perimeter measurement.
|
void |
setVolumeUnit(int pVolumeUnits)
Deprecated.
Set the unit of volume measurement.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IVolumeMeasurementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IVolumeMeasurementProxy()
public IVolumeMeasurementProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IVolumeMeasurementProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IVolumeMeasurementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic 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.