FallbackDatumShift.FallbackDatumShift Constructors
Initializes a new instance of the FallbackDatumShift class from a list of alternative datum shifts.
Overload List
FallbackDatumShift(DatumShiftCollection alternatives)
Initializes a new instance of the FallbackDatumShift class.Syntax
public FallbackDatumShift (
DatumShiftCollection alternatives
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
FallbackDatumShift(DatumShiftCollection alternatives, System.String authority, System.String authorityCode)
Initializes a new instance of the FallbackDatumShift class. Authority and code can be given.Syntax
public FallbackDatumShift (
DatumShiftCollection alternatives,
System.String authority,
System.String authorityCode
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
FallbackDatumShift(DatumShiftCollection alternatives, System.String authority, System.String authorityCode, DatumShiftInfo info)
Initializes a new instance of the FallbackDatumShift class from a list of alternative datum shifts. Authority, code and documentation can be given.Syntax
public FallbackDatumShift (
DatumShiftCollection alternatives,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
info
Type: DatumShiftInfo
Documentation of the datum shift.
Documentation of the datum shift.
FallbackDatumShift(IEnumerable< DatumShift > alternatives)
Initializes a new instance of the FallbackDatumShift class from a list of alternative datum shifts.Syntax
public FallbackDatumShift (
IEnumerable< DatumShift > alternatives
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
FallbackDatumShift(IEnumerable< DatumShift > alternatives, System.String authority, System.String authorityCode)
Initializes a new instance of the FallbackDatumShift class from a list of alternative datum shifts. Authority and code can be given.Syntax
public FallbackDatumShift (
IEnumerable< DatumShift > alternatives,
System.String authority,
System.String authorityCode
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
FallbackDatumShift(IEnumerable< DatumShift > alternatives, System.String authority, System.String authorityCode, DatumShiftInfo info)
Initializes a new instance of the FallbackDatumShift class from a list of alternative datum shifts. Authority, code and documentation can be given.Syntax
public FallbackDatumShift (
IEnumerable< DatumShift > alternatives,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
alternatives
Type: A collection of DatumShift elements.
A collection of alternative datum shifts.
A collection of alternative datum shifts.
authority
Type: System.String
The name of the authority that has assigned a unique code to the datum shift.
The name of the authority that has assigned a unique code to the datum shift.
authorityCode
Type: System.String
The unique code for the datum shift, assigned by the authority.
The unique code for the datum shift, assigned by the authority.
info
Type: DatumShiftInfo
Documentation of the datum shift.
Documentation of the datum shift.
Platforms
Windows, Linux, Android