|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.PointMeasurement
public class PointMeasurement
Implements interface IPointMeasurement (point measurement with the associated error covariance matrix).
Constructor Summary | |
---|---|
PointMeasurement()
Constructs a PointMeasurement using ArcGIS Engine. |
|
PointMeasurement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PointMeasurement thePointMeasurement = (PointMeasurement) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IDoubleArray |
getErrorCovarianceMatrix()
The error covariance matrix that is associated with this IPointMeasurement. |
String |
getHorizontalUnit()
The unit of the horizontal axes for this IPointMeasurement. |
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 |
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(String pHorizontalUnit)
The unit of the horizontal axes for this IPointMeasurement. |
void |
setVerticalUnit(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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public PointMeasurement() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic PointMeasurement(Object obj) throws IOException
PointMeasurement thePointMeasurement = (PointMeasurement) obj;
obj
to PointMeasurement
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IDoubleArray getErrorCovarianceMatrix() throws IOException, AutomationException
getErrorCovarianceMatrix
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix) throws IOException, AutomationException
setErrorCovarianceMatrix
in interface IPointMeasurement
ppErrorCovMatrix
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHorizontalUnit() throws IOException, AutomationException
getHorizontalUnit
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHorizontalUnit(String pHorizontalUnit) throws IOException, AutomationException
setHorizontalUnit
in interface IPointMeasurement
pHorizontalUnit
- The pHorizontalUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizontalUnitLinear() throws IOException, AutomationException
isHorizontalUnitLinear
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVerticalUnit() throws IOException, AutomationException
getVerticalUnit
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalUnit(String pVeritcalUnit) throws IOException, AutomationException
setVerticalUnit
in interface IPointMeasurement
pVeritcalUnit
- The pVeritcalUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXCoordinate() throws IOException, AutomationException
getXCoordinate
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXCoordinate(double pXCoordinate) throws IOException, AutomationException
setXCoordinate
in interface IPointMeasurement
pXCoordinate
- The pXCoordinate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getYCoordinate() throws IOException, AutomationException
getYCoordinate
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYCoordinate(double pYCoordinate) throws IOException, AutomationException
setYCoordinate
in interface IPointMeasurement
pYCoordinate
- The pYCoordinate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZCoordinate() throws IOException, AutomationException
getZCoordinate
in interface IPointMeasurement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZCoordinate(double pZCoordinate) throws IOException, AutomationException
setZCoordinate
in interface IPointMeasurement
pZCoordinate
- The pZCoordinate (in)
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 |