ChangedPrimeMeridianDatumShift.ChangedPrimeMeridianDatumShift Constructors
Creates a new ChangedPrimeMeridianDatumShift.
Overload List
Name | Description | |
---|---|---|
Public method | ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum) | Creates a new ChangedPrimeMeridianDatumShift. |
Public method | ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode) | Creates a new ChangedPrimeMeridianDatumShift. Authority and code can be given. |
Public method | ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info) | Creates a new ChangedPrimeMeridianDatumShift. Authority, code and documentation can be given. |
ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum)
Creates a new ChangedPrimeMeridianDatumShift.Syntax
public ChangedPrimeMeridianDatumShift (
GeodeticDatum knownDatum
)
Parameters
knownDatum
Type: GeodeticDatum
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode)
Creates a new ChangedPrimeMeridianDatumShift. Authority and code can be given.Syntax
public ChangedPrimeMeridianDatumShift (
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode
)
Parameters
knownDatum
Type: GeodeticDatum
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
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.
ChangedPrimeMeridianDatumShift(GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info)
Creates a new ChangedPrimeMeridianDatumShift. Authority, code and documentation can be given.Syntax
public ChangedPrimeMeridianDatumShift (
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
knownDatum
Type: GeodeticDatum
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
The GeodeticDatum that is already known, usually a national datum based on Greenwich.
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