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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IVolumeMeasurementProxy()
public IVolumeMeasurementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IVolumeMeasurementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setCutVolume(double pCutVolume) throws java.io.IOException, AutomationException
setCutVolume
in interface IVolumeMeasurement
pCutVolume
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
pCutVolumeError
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
pFillVolume
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
pFillVolumeError
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
java.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 IVolumeMeasurement
java.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 IVolumeMeasurement
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.public int getVolumeUnit() throws java.io.IOException, AutomationException
getVolumeUnit
in interface IVolumeMeasurement
java.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 IVolumeMeasurement
pArea
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
pPerimeter
- 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 IVolumeMeasurement
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 IVolumeMeasurement
pLinearUnit
- 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 IVolumeMeasurement
java.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 IVolumeMeasurement
java.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 IVolumeMeasurement
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.