org.cresques.geo
Class Gauss

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

public class Gauss
extends Projection

Proyeccion de Gauss (Mapa de Portugal)

Author:
"Luis W. Sevilla" * @author administrador

Field Summary
 
Fields inherited from class org.cresques.geo.Projection
NORTH, SOUTH
 
Constructor Summary
Gauss(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 gaPt)
           
 java.lang.String getAbrev()
           
static Gauss 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 gaPt)
           
 GeoPoint toGeo(java.awt.geom.Point2D gaPt, GeoPoint 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
 

Constructor Detail

Gauss

public Gauss(Ellipsoid eli)
Method Detail

getAbrev

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

getProjection

public static Gauss getProjection(Ellipsoid eli)

getProjectionByName

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

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 gaPt)
Specified by:
toGeo in interface IProjection
Specified by:
toGeo in class Projection
Returns:

toGeo

public GeoPoint toGeo(java.awt.geom.Point2D gaPt,
                      GeoPoint gPt)
Parameters:
gPt -
Returns:

fromGeo

public java.awt.geom.Point2D fromGeo(java.awt.geom.Point2D gPt,
                                     java.awt.geom.Point2D gaPt)
Specified by:
fromGeo in interface IProjection
Specified by:
fromGeo in class Projection
Parameters:
gPt -
Returns:

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)