|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IPointMeasurementProxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPointMeasurement |
---|
IID, IID24610a3b_3ad6_43e7_bcc0_8c40139ee416 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |