Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function ToLL2 ( _
	inPoint As PointF, _
	centralMeridian As Double, _
	latOrigin As Double, _
	falseEasting As Double, _
	falseNorthing As Double, _
	scaleFactor As Double, _
	equatorialRadius As Double, _
	inverseFlattening As Double _
) As PointF
C#
public static PointF ToLL2(
	PointF inPoint,
	double centralMeridian,
	double latOrigin,
	double falseEasting,
	double falseNorthing,
	double scaleFactor,
	double equatorialRadius,
	double inverseFlattening
)
Visual C++
public:
static PointF ToLL2(
	PointF inPoint, 
	double centralMeridian, 
	double latOrigin, 
	double falseEasting, 
	double falseNorthing, 
	double scaleFactor, 
	double equatorialRadius, 
	double inverseFlattening
)
JavaScript
EGIS.ShapeFileLib.ConversionFunctions.toLL2 = function(inPoint, centralMeridian, latOrigin, falseEasting, falseNorthing, scaleFactor, equatorialRadius, inverseFlattening);

Parameters

inPoint
Type: System.Drawing..::..PointF
centralMeridian
Type: System..::..Double
latOrigin
Type: System..::..Double
falseEasting
Type: System..::..Double
falseNorthing
Type: System..::..Double
scaleFactor
Type: System..::..Double
equatorialRadius
Type: System..::..Double
inverseFlattening
Type: System..::..Double

See Also