public class AlbersEqualArea extends StandardProjection
a, b, datum, e, ellipsoid, es, esp, initialized, lam0, NAD27, NAD83, originLatitude, originLongitude, originX, originY, phi0ATOL, DEG2RAD, EPSILON, FOURTHPI, HALFPI, INTERNATIONAL_FEET_TO_METERS, METERS_TO_INTERNATIONAL_FEET, METERS_TO_US_SURVEY_FEET, NULL_PROJECTION, ONE_TOL, PI, RAD2DEG, TOL, TWOPI, US_SURVEY_FEET_TO_METERS| Constructor and Description |
|---|
AlbersEqualArea() |
AlbersEqualArea(Cog state) |
| Modifier and Type | Method and Description |
|---|---|
double |
getStandardLatitude1()
First (North) standard latitude.
|
double |
getStandardLatitude2()
Second (South) standard latitude.
|
protected void |
initializeImp() |
void |
project(Point point)
Project from latlong to xy.
|
void |
reverse(Point point)
Reverse project from xy to latlong.
|
void |
setStandardLatitude1(double newStandardLatitude1)
First (North) standard latitude.
|
void |
setStandardLatitude2(double newStandardLatitude2)
Second (South) standard latitude.
|
aacos, aasin, aatan2, abs, asin, asqrt, atan, atan2, cos, getDatum, getEllipsoid, getOriginLatitude, getOriginLongitude, getOriginX, getOriginY, gpsToProjection, hypot, initialize, log, pj_enfn, pj_msfn, pj_phi2, pj_qsfn, pj_tsfn, pow, projectionToGPS, setDatum, setEllipsoid, setOriginLatitude, setOriginLongitude, setOriginX, setOriginY, sin, sqrt, tan, toCog, toDegrees, toRadiansgetName, project, project, project, project, projectFeet, projectFeet, projectFeet, projectFeet, projectFeet, reverse, reverse, reverse, reverse, reverseFeet, reverseFeet, reverseFeet, reverseFeet, reverseFeet, setNamepublic AlbersEqualArea()
public AlbersEqualArea(Cog state)
protected void initializeImp()
initializeImp in class StandardProjectionpublic void project(Point point)
Projectionproject in class Projectionpublic void reverse(Point point)
Projectionreverse in class Projectionpublic double getStandardLatitude1()
public void setStandardLatitude1(double newStandardLatitude1)
public double getStandardLatitude2()
public void setStandardLatitude2(double newStandardLatitude2)