public class PointMeasurement extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IPointMeasurement
Description 'Implements interface IPointMeasurement (point measurement with the associated error covariance matrix).' 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 =
IID, IID24610a3b_3ad6_43e7_bcc0_8c40139ee416, xxDummy| Constructor and Description |
|---|
PointMeasurement()
Constructs a PointMeasurement using ArcGIS Engine.
|
PointMeasurement(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
PointMeasurement thePointMeasurement = (PointMeasurement) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IDoubleArray |
getErrorCovarianceMatrix()
The error covariance matrix that is associated with this IPointMeasurement.
|
java.lang.String |
getHorizontalUnit()
The unit of the horizontal axes for this IPointMeasurement.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getVerticalUnit()
The unit of the vertical axis for this IPointMeasurement.
|
double |
getXCoordinate()
The X or longitude measurement.
|
double |
getYCoordinate()
The Y or latitude measurement.
|
double |
getZCoordinate()
The Z or orthometric height measurement.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isHorizontalUnitLinear()
Indicates if the unit of the horizontal axes is a linear unit.
|
void |
release()
Release this COM object reference
|
void |
reset()
Resets all the properties of this IPointMeasurement to their default values.
|
void |
setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
The error covariance matrix that is associated with this IPointMeasurement.
|
void |
setHorizontalUnit(java.lang.String pHorizontalUnit)
The unit of the horizontal axes for this IPointMeasurement.
|
void |
setVerticalUnit(java.lang.String pVeritcalUnit)
The unit of the vertical axis for this IPointMeasurement.
|
void |
setXCoordinate(double pXCoordinate)
The X or longitude measurement.
|
void |
setYCoordinate(double pYCoordinate)
The Y or latitude measurement.
|
void |
setZCoordinate(double pZCoordinate)
The Z or orthometric height measurement.
|
public PointMeasurement()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic PointMeasurement(java.lang.Object obj)
throws java.io.IOException
PointMeasurement thePointMeasurement = (PointMeasurement) obj;obj to PointMeasurement.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic IDoubleArray getErrorCovarianceMatrix() throws java.io.IOException, AutomationException
getErrorCovarianceMatrix in interface IPointMeasurementjava.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 IPointMeasurementppErrorCovMatrix - 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 IPointMeasurementjava.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 IPointMeasurementpHorizontalUnit - 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 IPointMeasurementjava.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 IPointMeasurementjava.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 IPointMeasurementjava.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 IPointMeasurementpVeritcalUnit - 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 IPointMeasurementjava.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 IPointMeasurementpXCoordinate - 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 IPointMeasurementjava.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 IPointMeasurementpYCoordinate - 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 IPointMeasurementjava.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 IPointMeasurementpZCoordinate - The pZCoordinate (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.