IPointMeasurement Interface

Point measurement and its associated uncertainty information.

Members

Name Description
Read/write property ErrorCovarianceMatrix The error covariance matrix that is associated with this IPointMeasurement.
Read/write property HorizontalUnit The unit of the horizontal axes for this IPointMeasurement.
Read-only property IsHorizontalUnitLinear Indicates if the unit of the horizontal axes is a linear unit.
Method Reset Resets all the properties of this IPointMeasurement to their default values.
Read/write property VerticalUnit The unit of the vertical axis for this IPointMeasurement.
Read/write property XCoordinate The X or longitude measurement.
Read/write property YCoordinate The Y or latitude measurement.
Read/write property ZCoordinate The Z or orthometric height measurement.

IPointMeasurement.ErrorCovarianceMatrix Property

The error covariance matrix that is associated with this IPointMeasurement.

Public Property ErrorCovarianceMatrix As IDoubleArray
public IDoubleArray ErrorCovarianceMatrix {get; set;}

IPointMeasurement.HorizontalUnit Property

The unit of the horizontal axes for this IPointMeasurement.

Public Property HorizontalUnit As String
public string HorizontalUnit {get; set;}

IPointMeasurement.IsHorizontalUnitLinear Property

Indicates if the unit of the horizontal axes is a linear unit.

Public ReadOnly Property IsHorizontalUnitLinear As Boolean
public bool IsHorizontalUnitLinear {get;}

IPointMeasurement.Reset Method

Resets all the properties of this IPointMeasurement to their default values.

Public Sub Reset ( _
)
public void Reset (
);

IPointMeasurement.VerticalUnit Property

The unit of the vertical axis for this IPointMeasurement.

Public Property VerticalUnit As String
public string VerticalUnit {get; set;}

IPointMeasurement.XCoordinate Property

The X or longitude measurement.

Public Property XCoordinate As Double
public double XCoordinate {get; set;}

IPointMeasurement.YCoordinate Property

The Y or latitude measurement.

Public Property YCoordinate As Double
public double YCoordinate {get; set;}

IPointMeasurement.ZCoordinate Property

The Z or orthometric height measurement.

Public Property ZCoordinate As Double
public double ZCoordinate {get; set;}

Classes that implement IPointMeasurement

Classes Description
PointMeasurement Implements interface IPointMeasurement (point measurement with the associated error covariance matrix).

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.