edu.psu.geovista.app.map
Interface Projection

All Known Implementing Classes:
ProjectionEquidistantConic, ProjectionIdentity

public interface Projection

Defines what projections must do.


Method Summary
 java.awt.geom.Point2D.Double project(double lat, double longVal, java.awt.geom.Point2D.Double pt)
           
 java.awt.Shape project(java.awt.Shape input)
           
 

Method Detail

project

public java.awt.geom.Point2D.Double project(double lat,
                                            double longVal,
                                            java.awt.geom.Point2D.Double pt)

project

public java.awt.Shape project(java.awt.Shape input)


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.