LongLatOffsetDatumShift.LongLatOffsetDatumShift Constructors
Initializes a new instance of the LongLatOffsetDatumShift class.
Overload List
LongLatOffsetDatumShift(System.Double longitudeOffset, System.Double latitudeOffset)
Initializes a new instance of the LongLatOffsetDatumShift class, which transforms to Wgs84.Syntax
public LongLatOffsetDatumShift (
System.Double longitudeOffset,
System.Double latitudeOffset
)
Parameters
longitudeOffset
Type: System.Double
The longitude offset in arc seconds.
The longitude offset in arc seconds.
latitudeOffset
Type: System.Double
The latitude offset in arc seconds.
The latitude offset in arc seconds.
LongLatOffsetDatumShift(System.Double longitudeOffset, System.Double latitudeOffset, DatumShiftDirection direction)
Initializes a new instance of the LongLatOffsetDatumShift class, which transforms to or from Wgs84.Syntax
public LongLatOffsetDatumShift (
System.Double longitudeOffset,
System.Double latitudeOffset,
DatumShiftDirection direction
)
Parameters
longitudeOffset
Type: System.Double
The longitude offset in arc seconds.
The longitude offset in arc seconds.
latitudeOffset
Type: System.Double
The latitude offset in arc seconds.
The latitude offset in arc seconds.
direction
Type: DatumShiftDirection
Tells whether the offsets are added when going to or from Wgs84.
Tells whether the offsets are added when going to or from Wgs84.
LongLatOffsetDatumShift(System.Double longitudeOffset, System.Double latitudeOffset, DatumShiftDirection direction, GeodeticDatum knownDatum)
Initializes a new instance of the LongLatOffsetDatumShift class, which transforms to or from a given datum.Syntax
public LongLatOffsetDatumShift (
System.Double longitudeOffset,
System.Double latitudeOffset,
DatumShiftDirection direction,
GeodeticDatum knownDatum
)
Parameters
longitudeOffset
Type: System.Double
The longitude offset in arc seconds.
The longitude offset in arc seconds.
latitudeOffset
Type: System.Double
The latitude offset in arc seconds.
The latitude offset in arc seconds.
direction
Type: DatumShiftDirection
Tells whether the offsets are added when going to or from the known datum.
Tells whether the offsets are added when going to or from the known datum.
knownDatum
LongLatOffsetDatumShift(System.Double longitudeOffset, System.Double latitudeOffset, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode)
Initializes a new instance of the LongLatOffsetDatumShift class, which transforms to or from a given datum. Authority and code can be given.Syntax
public LongLatOffsetDatumShift (
System.Double longitudeOffset,
System.Double latitudeOffset,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode
)
Parameters
longitudeOffset
Type: System.Double
The longitude offset in arc seconds.
The longitude offset in arc seconds.
latitudeOffset
Type: System.Double
The latitude offset in arc seconds.
The latitude offset in arc seconds.
direction
Type: DatumShiftDirection
Tells whether the offsets are added when going to or from the known datum.
Tells whether the offsets are added when going to or from the known datum.
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.
LongLatOffsetDatumShift(System.Double longitudeOffset, System.Double latitudeOffset, DatumShiftDirection direction, GeodeticDatum knownDatum, System.String authority, System.String authorityCode, DatumShiftInfo info)
Initializes a new instance of the LongLatOffsetDatumShift class, which transforms to or from a given datum. Authority, code and documentation can be given.Syntax
public LongLatOffsetDatumShift (
System.Double longitudeOffset,
System.Double latitudeOffset,
DatumShiftDirection direction,
GeodeticDatum knownDatum,
System.String authority,
System.String authorityCode,
DatumShiftInfo info
)
Parameters
longitudeOffset
Type: System.Double
The longitude offset in arc seconds.
The longitude offset in arc seconds.
latitudeOffset
Type: System.Double
The latitude offset in arc seconds.
The latitude offset in arc seconds.
direction
Type: DatumShiftDirection
Tells whether the offsets are added when going to or from the known datum.
Tells whether the offsets are added when going to or from the known datum.
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