|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPointMeasurement
Point measurement and its associated uncertainty information.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
IDoubleArray getErrorCovarianceMatrix()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
throws IOException,
AutomationException
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.
String getHorizontalUnit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHorizontalUnit(String pHorizontalUnit)
throws IOException,
AutomationException
pHorizontalUnit - The pHorizontalUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHorizontalUnitLinear()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVerticalUnit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalUnit(String pVeritcalUnit)
throws IOException,
AutomationException
pVeritcalUnit - The pVeritcalUnit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getXCoordinate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setXCoordinate(double pXCoordinate)
throws IOException,
AutomationException
pXCoordinate - The pXCoordinate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getYCoordinate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setYCoordinate(double pYCoordinate)
throws IOException,
AutomationException
pYCoordinate - The pYCoordinate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getZCoordinate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZCoordinate(double pZCoordinate)
throws IOException,
AutomationException
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 | ||||||||