IDatumShiftCollection Interface

Used By

GeoCalcCOM.IDatumShiftCollection2

 

Properties

Property

Description

BackItem

The last DatumShift in the collection

Count

The number of DatumShifts in the collection

FrontItem

The first DatumShift in the collection

Item

Provides random access to DatumShifts in the collection

NextItem

The DatumShift that follows the DatumShift last returned by the iterator

PrevItem

The DatumShift that precedes the DatumShift last returned by the iterator

 

Public Methods

Method

Description

AddBack

Adds a new DatumShift to the end of the collection

AddFront

Adds a new DatumShift to the start of the collection

Clear

Removes all DatumShifts from the collection

InsertBack

Adds the specified DatumShift to the end of the collection

InsertFront

Adds the specified DatumShift to the start of the collection

RemoveBack

Removes the last DatumShift in the collection

RemoveFront

Removes the first DatumShift in the collection

ShiftBack

Converts a point from the TargetDatum of the last DatumShift in the collection to a point in the SourceDatum of the first DatumShift in the collection

ShiftForward

Converts a point from the SourceDatum of the first DatumShift in the collection to a point in the TargetDatum of the last DatumShift in the collection