double[] ProjectFromGeographic(double X,double Y)
Exception
Projection a point from geographic to another projection system.
Parameters:
X
Y
Returns:
Throws: Exception
ProjectFromGeographic(double[] TheXArray,double[] TheYArray)
Exception
Parameters:
TheXArray
TheYArray
Throws: Exception
double[] ProjectToGeographic(double X,double Y)
Exception
Project a point from a projection system to to geographic.
Parameters:
X
Y
Returns:
Throws: Exception
ProjectToGeographic(double[] TheXArray,double[] TheYArray)
Exception
Project an array of points. This function and the following one are the two
that will be typically overriden by subclasses.
Parameters:
TheXArray
TheYArray
Throws: Exception