Reprojector Methods

Methods

BypassDatumConversions Explicitly bypass datum conversions, setting the DoDatumConversions to false.
Convert(Double, Double) Converts a point (x, y) from the source map projection to the target map projection.
Convert(Double, Double, Double) Converts a point (x, y, h) from the source map projection to the target map projection.
DatumShift Converts a point in Euclidean coordinates (x, y, z) relative to the source datum center to Euclidean coordinates relative to the target datum center.

This is done in a two step process. First the coordinates are converted from the source datum center to an arbitrary geocentric Euclidean space, and from there it's converted to the target datum center.

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InvConvert(Double, Double) Inverse conversion, converts a point (x, y) from the target map projection to the source map projection.
InvConvert(Double, Double, Double) Inverse conversion, converts a point (x, y, h) from the target map projection to the source map projection.
InvDatumShift Inverse conversion, converts a point in Euclidean coordinates (x, y, z) relative to the target datum center to Euclidean coordinates relative to the source datum center.

This is done in a two step process. First the coordinates are converted from the target datum center to an arbitrary geocentric Euclidean space, and from there it's converted to the source datum center.

InvertOrder Invert the order of the conversion, by swapping the source and the target map projection, including any datum shift parameters.

Also the TypeOfConversion will be inverted, i.e. a type of Proj2Geo will be changed to Geo2Proj and vice versa.

ResetDoDatumConversions Reset the DoDatumConversions flag to its default value.
SetDatumShiftParameters(ReprojectorSide, Double, Double, Double) Sets the 3-parameter datum shift parameters of either the source or the target map projection.

This call will reset the BypassDatumConversions flag

SetDatumShiftParameters(ReprojectorSide, Double, Double, Double, Double, Double, Double, Double) Sets the 7-parameter datum shift parameters of either the source or the target map projection.
SetNoDatumShift Disable datum shift calculations for either the source or the target.

This call will reset the BypassDatumConversions flag

ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also