The DatumShiftCollection class represents an ordered set of DatumShifts.
|
Constructor |
Description |
|
Creates a new instance of the DatumShiftCollection class | |
|
Creates a new instance of the DatumShiftCollection class |
|
Method |
Description |
|
Adds a DatumShift that will occupy the last position in this collection | |
|
Adds a DatumShift that will occupy the first position in this collection | |
|
Removes all DatumShifts from this collection | |
|
Creates a deep-copy of a DatumShiftCollection | |
|
Returns the last DatumShift in the collection | |
|
Returns the number of DatumShifts in this collection | |
|
Returns the first DatumShift in this collection | |
|
Returns the specified DatumShift | |
|
Returns the DatumShift that follows the last DatumShift returned | |
|
Returns the DatumShift that precedes the last DatumShift returned | |
|
Removes the last DatumShift in the collection | |
|
Removes the first DatumShift in the collection | |
|
Shifts a GeodeticPoint by calling ShiftBack for each DatumShift in the collection, starting with the last DatumShift proceeding to the first DatumShift | |
|
Shifts a GeodeticPoint by calling ShiftForward for each DatumShift in the collection, starting with the first DatumShift and proceeding to the last DatumShift | |
|
Compares the value of two DatumShiftCollections |