Description: 'Point 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 IPointMeasurementProxy extends com.esri.arcgis.interop.Dispatch implements IPointMeasurement, 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, IID24610a3b_3ad6_43e7_bcc0_8c40139ee416
Modifier | Constructor and Description |
---|---|
|
IPointMeasurementProxy()
Deprecated.
For internal use only
|
|
IPointMeasurementProxy(java.lang.Object obj)
Deprecated.
|
protected |
IPointMeasurementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPointMeasurementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPointMeasurementProxy(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.
|
IDoubleArray |
getErrorCovarianceMatrix()
Deprecated.
The error covariance matrix that is associated with this IPointMeasurement.
|
java.lang.String |
getHorizontalUnit()
Deprecated.
The unit of the horizontal axes for this IPointMeasurement.
|
java.lang.String |
getVerticalUnit()
Deprecated.
The unit of the vertical axis for this IPointMeasurement.
|
double |
getXCoordinate()
Deprecated.
The X or longitude measurement.
|
double |
getYCoordinate()
Deprecated.
The Y or latitude measurement.
|
double |
getZCoordinate()
Deprecated.
The Z or orthometric height measurement.
|
boolean |
isHorizontalUnitLinear()
Deprecated.
Indicates if the unit of the horizontal axes is a linear unit.
|
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 IPointMeasurement to their default values.
|
void |
setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
Deprecated.
The error covariance matrix that is associated with this IPointMeasurement.
|
void |
setHorizontalUnit(java.lang.String pHorizontalUnit)
Deprecated.
The unit of the horizontal axes for this IPointMeasurement.
|
void |
setVerticalUnit(java.lang.String pVeritcalUnit)
Deprecated.
The unit of the vertical axis for this IPointMeasurement.
|
void |
setXCoordinate(double pXCoordinate)
Deprecated.
The X or longitude measurement.
|
void |
setYCoordinate(double pYCoordinate)
Deprecated.
The Y or latitude measurement.
|
void |
setZCoordinate(double pZCoordinate)
Deprecated.
The Z or orthometric height 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 IPointMeasurementProxy(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 IPointMeasurementProxy()
public IPointMeasurementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPointMeasurementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPointMeasurementProxy(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 IDoubleArray getErrorCovarianceMatrix() throws java.io.IOException, AutomationException
getErrorCovarianceMatrix
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix) throws java.io.IOException, AutomationException
setErrorCovarianceMatrix
in interface IPointMeasurement
ppErrorCovMatrix
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHorizontalUnit() throws java.io.IOException, AutomationException
getHorizontalUnit
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHorizontalUnit(java.lang.String pHorizontalUnit) throws java.io.IOException, AutomationException
setHorizontalUnit
in interface IPointMeasurement
pHorizontalUnit
- The pHorizontalUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHorizontalUnitLinear() throws java.io.IOException, AutomationException
isHorizontalUnitLinear
in interface IPointMeasurement
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 IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVerticalUnit() throws java.io.IOException, AutomationException
getVerticalUnit
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVerticalUnit(java.lang.String pVeritcalUnit) throws java.io.IOException, AutomationException
setVerticalUnit
in interface IPointMeasurement
pVeritcalUnit
- The pVeritcalUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getXCoordinate() throws java.io.IOException, AutomationException
getXCoordinate
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setXCoordinate(double pXCoordinate) throws java.io.IOException, AutomationException
setXCoordinate
in interface IPointMeasurement
pXCoordinate
- The pXCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getYCoordinate() throws java.io.IOException, AutomationException
getYCoordinate
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setYCoordinate(double pYCoordinate) throws java.io.IOException, AutomationException
setYCoordinate
in interface IPointMeasurement
pYCoordinate
- The pYCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getZCoordinate() throws java.io.IOException, AutomationException
getZCoordinate
in interface IPointMeasurement
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZCoordinate(double pZCoordinate) throws java.io.IOException, AutomationException
setZCoordinate
in interface IPointMeasurement
pZCoordinate
- The pZCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.