com.vividsolutions.jump.coordsys.impl
Class Albers
java.lang.Object
com.vividsolutions.jump.coordsys.Projection
com.vividsolutions.jump.coordsys.impl.Albers
- public class Albers
- extends Projection
Implements the Albers projection.
- Version:
- $Revision: 1.2 $
$Id: Albers.java,v 1.2 2003/11/05 05:10:31 dkim Exp $
$Date: 2003/11/05 05:10:31 $
$Log: Albers.java,v $
Revision 1.2 2003/11/05 05:10:31 dkim
Added global header; cleaned up Javadoc.
Revision 1.1 2003/09/15 20:26:12 jaquino
Reprojection
Revision 1.2 2003/07/25 17:01:04 gkostadinov
Moved classses reponsible for performing the basic projection to a new
package -- base.
Revision 1.1 2003/07/24 23:14:44 gkostadinov
adding base projection classes
Revision 1.1 2003/06/20 18:34:31 gkostadinov
Entering the source code into the CVS.
- Author:
- $Author: dkim $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Albers
public Albers()
setParameters
public void setParameters(double centralMeridian,
double firstStandardParallel,
double secondStandardParallel,
double latitudeOfProjection,
double falseEasting,
double falseNorthing)
asPlanar
public Planar asPlanar(Geographic q0,
Planar p)
- Specified by:
asPlanar in class Projection
asGeographic
public Geographic asGeographic(Planar p,
Geographic q)
- Specified by:
asGeographic in class Projection