This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface (ArcObjects .NET 10.5 SDK) |
Point measurement and its associated uncertainty information.
Description | ||
---|---|---|
ErrorCovarianceMatrix | The error covariance matrix that is associated with this IPointMeasurement. | |
HorizontalUnit | The unit of the horizontal axes for this IPointMeasurement. | |
IsHorizontalUnitLinear | Indicates if the unit of the horizontal axes is a linear unit. | |
Reset | Resets all the properties of this IPointMeasurement to their default values. | |
VerticalUnit | The unit of the vertical axis for this IPointMeasurement. | |
XCoordinate | The X or longitude measurement. | |
YCoordinate | The Y or latitude measurement. | |
ZCoordinate | The Z or orthometric height measurement. |
CoClasses and Classes | Description |
---|---|
PointMeasurement | Implements interface IPointMeasurement (point measurement with the associated error covariance matrix). |