org.cresques.geo
Class Geodetic

java.lang.Object
  extended byorg.cresques.geo.Projection
      extended byorg.cresques.geo.Geodetic
All Implemented Interfaces:
IProjection

public class Geodetic
extends Projection


Field Summary
static Geodetic hayford
           
 
Fields inherited from class org.cresques.geo.Projection
NORTH, SOUTH
 
Constructor Summary
Geodetic()
           
Geodetic(Ellipsoid eli)
           
 
Method Summary
 java.awt.geom.Point2D createPoint(double x, double y)
           
 void drawGrid(java.awt.Graphics2D g, ViewPortData vp)
           
 java.awt.geom.Point2D fromGeo(java.awt.geom.Point2D gPt, java.awt.geom.Point2D pPt)
           
 java.lang.String getAbrev()
           
static Geodetic getProjection(Ellipsoid eli)
           
static IProjection getProjectionByName(IDatum eli, java.lang.String name)
           
 double getScale(double minX, double maxX, double width, double dpi)
           
 java.awt.geom.Point2D toGeo(java.awt.geom.Point2D gPt)
           
 
Methods inherited from class org.cresques.geo.Projection
coordToString, createPoint, getDatum, getElliPar, getGridColor, getName, getReproyectionTo, setGridColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hayford

public static Geodetic hayford
Constructor Detail

Geodetic

public Geodetic()

Geodetic

public Geodetic(Ellipsoid eli)
Method Detail

getAbrev

public java.lang.String getAbrev()
Specified by:
getAbrev in interface IProjection
Specified by:
getAbrev in class Projection

getProjectionByName

public static IProjection getProjectionByName(IDatum eli,
                                              java.lang.String name)

getProjection

public static Geodetic getProjection(Ellipsoid eli)

createPoint

public java.awt.geom.Point2D createPoint(double x,
                                         double y)
Specified by:
createPoint in interface IProjection
Specified by:
createPoint in class Projection

toGeo

public java.awt.geom.Point2D toGeo(java.awt.geom.Point2D gPt)
Specified by:
toGeo in interface IProjection
Specified by:
toGeo in class Projection
Parameters:
gPt - Punto para pasar a GeoPoint
Returns:

fromGeo

public java.awt.geom.Point2D fromGeo(java.awt.geom.Point2D gPt,
                                     java.awt.geom.Point2D pPt)
Specified by:
fromGeo in interface IProjection
Specified by:
fromGeo in class Projection

drawGrid

public void drawGrid(java.awt.Graphics2D g,
                     ViewPortData vp)
Specified by:
drawGrid in interface IProjection
Specified by:
drawGrid in class Projection

getScale

public double getScale(double minX,
                       double maxX,
                       double width,
                       double dpi)