Ejemplo n.º 1
0
 /// Project the given x y to lat long using the input lat long class to get the result.
 public abstract void InverseProject(CGeoLatLong rLatLong, double dX, double dY);
Ejemplo n.º 2
0
 /// Project the given lat long to x, y using the input parameters to store the result and retaining 
 /// the lat long in the class passed.
 public abstract void Project(CGeoLatLong rLatLong, double dx, double dy);
Ejemplo n.º 3
0
 /// Project the given lat long to x, y using the input parameters to store the result and retaining
 /// the lat long in the class passed.
 public abstract void Project(CGeoLatLong rLatLong, double dx, double dy);
Ejemplo n.º 4
0
 /// Project the given x y to lat long using the input lat long class to get the result.
 public abstract void InverseProject(CGeoLatLong rLatLong, double dX, double dY);