Description: 'Height measurement and the 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 =
public class IHeightMeasurementProxy extends com.esri.arcgis.interop.Dispatch implements IHeightMeasurement, 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, IID02f7a546_a7fb_4859_a4c2_9c6a4b298d9f
Modifier | Constructor and Description |
---|---|
|
IHeightMeasurementProxy()
Deprecated.
For internal use only
|
|
IHeightMeasurementProxy(java.lang.Object obj)
Deprecated.
|
protected |
IHeightMeasurementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IHeightMeasurementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IHeightMeasurementProxy(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.
|
java.lang.String |
getAngularUnit()
Deprecated.
The angular unit of this height measurment.
|
double |
getAzimuthAngleAtBase()
Deprecated.
The object's base azimuth angle.
|
double |
getAzimuthAngleAtTop()
Deprecated.
The object's top azimuth angle.
|
double |
getGroundProjectedAzimuthAngle()
Deprecated.
The object's ground projected azimuth angle.
|
double |
getHeightMeasurement()
Deprecated.
The height measurement.
|
double |
getHeightUncertainty()
Deprecated.
The height measurement uncertainty.
|
java.lang.String |
getLinearUnit()
Deprecated.
The linear unit of this height measurment.
|
double |
getMinimumDistance()
Deprecated.
The minimum distance between the two points measured.
|
double |
getShadowAzimuthAngle()
Deprecated.
The object's shadow azimuth angle.
|
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 |
reset()
Deprecated.
Resets all the properties of this IHeightMeasurement to their default values.
|
void |
setAngularUnit(java.lang.String pAngularUnit)
Deprecated.
The angular unit of this height measurment.
|
void |
setAzimuthAngleAtBase(double pAzimuthAngleAtBase)
Deprecated.
The object's base azimuth angle.
|
void |
setAzimuthAngleAtTop(double pAzimuthAngleAtTop)
Deprecated.
The object's top azimuth angle.
|
void |
setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle)
Deprecated.
The object's ground projected azimuth angle.
|
void |
setHeightMeasurement(double pHeightMeasurement)
Deprecated.
The height measurement.
|
void |
setHeightUncertainty(double pHeightUncertainty)
Deprecated.
The height measurement uncertainty.
|
void |
setLinearUnit(java.lang.String pLinearUnit)
Deprecated.
The linear unit of this height measurment.
|
void |
setMinimumDistance(double pMinimumDistance)
Deprecated.
The minimum distance between the two points measured.
|
void |
setShadowAzimuthAngle(double pShadowAzimuthAngle)
Deprecated.
The object's shadow azimuth angle.
|
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 IHeightMeasurementProxy(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 IHeightMeasurementProxy()
public IHeightMeasurementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHeightMeasurementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHeightMeasurementProxy(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 java.lang.String getAngularUnit() throws java.io.IOException, AutomationException
getAngularUnit
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAngularUnit(java.lang.String pAngularUnit) throws java.io.IOException, AutomationException
setAngularUnit
in interface IHeightMeasurement
pAngularUnit
- The pAngularUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAzimuthAngleAtBase() throws java.io.IOException, AutomationException
getAzimuthAngleAtBase
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAzimuthAngleAtBase(double pAzimuthAngleAtBase) throws java.io.IOException, AutomationException
setAzimuthAngleAtBase
in interface IHeightMeasurement
pAzimuthAngleAtBase
- The pAzimuthAngleAtBase (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAzimuthAngleAtTop() throws java.io.IOException, AutomationException
getAzimuthAngleAtTop
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAzimuthAngleAtTop(double pAzimuthAngleAtTop) throws java.io.IOException, AutomationException
setAzimuthAngleAtTop
in interface IHeightMeasurement
pAzimuthAngleAtTop
- The pAzimuthAngleAtTop (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getGroundProjectedAzimuthAngle() throws java.io.IOException, AutomationException
getGroundProjectedAzimuthAngle
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGroundProjectedAzimuthAngle(double pGroundPrjAzimuthAngle) throws java.io.IOException, AutomationException
setGroundProjectedAzimuthAngle
in interface IHeightMeasurement
pGroundPrjAzimuthAngle
- The pGroundPrjAzimuthAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHeightMeasurement() throws java.io.IOException, AutomationException
getHeightMeasurement
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHeightMeasurement(double pHeightMeasurement) throws java.io.IOException, AutomationException
setHeightMeasurement
in interface IHeightMeasurement
pHeightMeasurement
- The pHeightMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHeightUncertainty() throws java.io.IOException, AutomationException
getHeightUncertainty
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHeightUncertainty(double pHeightUncertainty) throws java.io.IOException, AutomationException
setHeightUncertainty
in interface IHeightMeasurement
pHeightUncertainty
- The pHeightUncertainty (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 IHeightMeasurement
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 IHeightMeasurement
pLinearUnit
- The pLinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinimumDistance() throws java.io.IOException, AutomationException
getMinimumDistance
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimumDistance(double pMinimumDistance) throws java.io.IOException, AutomationException
setMinimumDistance
in interface IHeightMeasurement
pMinimumDistance
- The pMinimumDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getShadowAzimuthAngle() throws java.io.IOException, AutomationException
getShadowAzimuthAngle
in interface IHeightMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setShadowAzimuthAngle(double pShadowAzimuthAngle) throws java.io.IOException, AutomationException
setShadowAzimuthAngle
in interface IHeightMeasurement
pShadowAzimuthAngle
- The pShadowAzimuthAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.