IdentityDatumShift.IdentityDatumShift Constructors
Creates a new IdentityDatumShift.
Overload List
Name | Description | |
---|---|---|
Public method | IdentityDatumShift(GeodeticDatum knownDatum) | Creates a new IdentityDatumShift. |
Public method | IdentityDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode) | Creates a new IdentityDatumShift. Authority and code can be given. |
Public method | IdentityDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info) | Creates a new IdentityDatumShift. Authority, code and documentation can be given. |
IdentityDatumShift(GeodeticDatum knownDatum)
Creates a new IdentityDatumShift.Syntax
public IdentityDatumShift (
GeodeticDatum knownDatum
)
Parameters
knownDatum
IdentityDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode)
Creates a new IdentityDatumShift. Authority and code can be given.Syntax
public IdentityDatumShift (
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode
)
Parameters
knownDatum
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.
IdentityDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info)
Creates a new IdentityDatumShift. Authority, code and documentation can be given.Syntax
public IdentityDatumShift (
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
knownDatum
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