Description: 'Distance 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 =
public class IDistanceMeasurementProxy extends com.esri.arcgis.interop.Dispatch implements IDistanceMeasurement, 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, IIDc997d6a9_2b49_42da_97dd_34eb32a14a02
Modifier | Constructor and Description |
---|---|
|
IDistanceMeasurementProxy()
Deprecated.
For internal use only
|
|
IDistanceMeasurementProxy(java.lang.Object obj)
Deprecated.
|
protected |
IDistanceMeasurementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDistanceMeasurementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDistanceMeasurementProxy(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 the distance measurment.
|
double |
getAzimuthAngle()
Deprecated.
The azimuth angle of the distance measurement.
|
double |
getAzimuthAngleUncertainty()
Deprecated.
The uncertainty of the azimuth angle measurement.
|
double |
getDistanceMeasurement()
Deprecated.
The distance measurement.
|
double |
getDistanceUncertainty()
Deprecated.
The uncertainty of the diatance measurement.
|
double |
getElevationAngle()
Deprecated.
The elevation angle of the distance measurement.
|
double |
getElevationAngleUncertainty()
Deprecated.
The uncertainty of the elevation angle measurement.
|
double |
getHeightAtPoint1()
Deprecated.
The height measurement at the first point.
|
double |
getHeightAtPoint2()
Deprecated.
The height measurement at the second point.
|
double |
getHorizontalDistanceMeasurement()
Deprecated.
The horizontal distance measurement.
|
double |
getHorizontalDistanceUncertainty()
Deprecated.
The horizontal distance measurement uncertainty.
|
java.lang.String |
getLinearUnit()
Deprecated.
The linear unit of this distance measurment.
|
double |
getVerticalDistanceMeasurement()
Deprecated.
The vertical distance measurement.
|
double |
getVerticalDistanceUncertainty()
Deprecated.
The vertical distance measurement uncertainty.
|
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 IAngularMeasurement to their default values.
|
void |
setAngularUnit(java.lang.String pAngularUnit)
Deprecated.
The angular unit of the distance measurment.
|
void |
setAzimuthAngle(double pAzimuthAngle)
Deprecated.
The azimuth angle of the distance measurement.
|
void |
setAzimuthAngleUncertainty(double pAzAngleUncertainty)
Deprecated.
The uncertainty of the azimuth angle measurement.
|
void |
setDistanceMeasurement(double pDistMeasurement)
Deprecated.
The distance measurement.
|
void |
setDistanceUncertainty(double pDistUncertainty)
Deprecated.
The uncertainty of the diatance measurement.
|
void |
setElevationAngle(double pElevationAngle)
Deprecated.
The elevation angle of the distance measurement.
|
void |
setElevationAngleUncertainty(double pElevAngleUncertainty)
Deprecated.
The uncertainty of the elevation angle measurement.
|
void |
setHeightAtPoint1(double pHeightAtPoint1)
Deprecated.
The height measurement at the first point.
|
void |
setHeightAtPoint2(double pHeightAtPoint2)
Deprecated.
The height measurement at the second point.
|
void |
setHorizontalDistanceMeasurement(double pHorizDistMeasurement)
Deprecated.
The horizontal distance measurement.
|
void |
setHorizontalDistanceUncertainty(double pHorizDistUncertainty)
Deprecated.
The horizontal distance measurement uncertainty.
|
void |
setLinearUnit(java.lang.String pLinearUnit)
Deprecated.
The linear unit of this distance measurment.
|
void |
setVerticalDistanceMeasurement(double pVertDistMeasurement)
Deprecated.
The vertical distance measurement.
|
void |
setVerticalDistanceUncertainty(double pVertDistUncertainty)
Deprecated.
The vertical distance measurement uncertainty.
|
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 IDistanceMeasurementProxy(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 IDistanceMeasurementProxy()
public IDistanceMeasurementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDistanceMeasurementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDistanceMeasurementProxy(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 IDistanceMeasurement
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 IDistanceMeasurement
pAngularUnit
- The pAngularUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAzimuthAngle() throws java.io.IOException, AutomationException
getAzimuthAngle
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAzimuthAngle(double pAzimuthAngle) throws java.io.IOException, AutomationException
setAzimuthAngle
in interface IDistanceMeasurement
pAzimuthAngle
- The pAzimuthAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAzimuthAngleUncertainty() throws java.io.IOException, AutomationException
getAzimuthAngleUncertainty
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAzimuthAngleUncertainty(double pAzAngleUncertainty) throws java.io.IOException, AutomationException
setAzimuthAngleUncertainty
in interface IDistanceMeasurement
pAzAngleUncertainty
- The pAzAngleUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDistanceMeasurement() throws java.io.IOException, AutomationException
getDistanceMeasurement
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDistanceMeasurement(double pDistMeasurement) throws java.io.IOException, AutomationException
setDistanceMeasurement
in interface IDistanceMeasurement
pDistMeasurement
- The pDistMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDistanceUncertainty() throws java.io.IOException, AutomationException
getDistanceUncertainty
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDistanceUncertainty(double pDistUncertainty) throws java.io.IOException, AutomationException
setDistanceUncertainty
in interface IDistanceMeasurement
pDistUncertainty
- The pDistUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getElevationAngle() throws java.io.IOException, AutomationException
getElevationAngle
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setElevationAngle(double pElevationAngle) throws java.io.IOException, AutomationException
setElevationAngle
in interface IDistanceMeasurement
pElevationAngle
- The pElevationAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getElevationAngleUncertainty() throws java.io.IOException, AutomationException
getElevationAngleUncertainty
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setElevationAngleUncertainty(double pElevAngleUncertainty) throws java.io.IOException, AutomationException
setElevationAngleUncertainty
in interface IDistanceMeasurement
pElevAngleUncertainty
- The pElevAngleUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHeightAtPoint1() throws java.io.IOException, AutomationException
getHeightAtPoint1
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHeightAtPoint1(double pHeightAtPoint1) throws java.io.IOException, AutomationException
setHeightAtPoint1
in interface IDistanceMeasurement
pHeightAtPoint1
- The pHeightAtPoint1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHeightAtPoint2() throws java.io.IOException, AutomationException
getHeightAtPoint2
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHeightAtPoint2(double pHeightAtPoint2) throws java.io.IOException, AutomationException
setHeightAtPoint2
in interface IDistanceMeasurement
pHeightAtPoint2
- The pHeightAtPoint2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHorizontalDistanceMeasurement() throws java.io.IOException, AutomationException
getHorizontalDistanceMeasurement
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHorizontalDistanceMeasurement(double pHorizDistMeasurement) throws java.io.IOException, AutomationException
setHorizontalDistanceMeasurement
in interface IDistanceMeasurement
pHorizDistMeasurement
- The pHorizDistMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHorizontalDistanceUncertainty() throws java.io.IOException, AutomationException
getHorizontalDistanceUncertainty
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHorizontalDistanceUncertainty(double pHorizDistUncertainty) throws java.io.IOException, AutomationException
setHorizontalDistanceUncertainty
in interface IDistanceMeasurement
pHorizDistUncertainty
- The pHorizDistUncertainty (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 IDistanceMeasurement
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 IDistanceMeasurement
pLinearUnit
- The pLinearUnit (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 IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getVerticalDistanceMeasurement() throws java.io.IOException, AutomationException
getVerticalDistanceMeasurement
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVerticalDistanceMeasurement(double pVertDistMeasurement) throws java.io.IOException, AutomationException
setVerticalDistanceMeasurement
in interface IDistanceMeasurement
pVertDistMeasurement
- The pVertDistMeasurement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getVerticalDistanceUncertainty() throws java.io.IOException, AutomationException
getVerticalDistanceUncertainty
in interface IDistanceMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVerticalDistanceUncertainty(double pVertDistUncertainty) throws java.io.IOException, AutomationException
setVerticalDistanceUncertainty
in interface IDistanceMeasurement
pVertDistUncertainty
- The pVertDistUncertainty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.