org.gicentre.utils.spatial
Class AlbersUSCont

java.lang.Object
  extended by org.gicentre.utils.spatial.AlbersEqualAreaConic
      extended by org.gicentre.utils.spatial.AlbersUSCont
All Implemented Interfaces:
MapProjection

public class AlbersUSCont
extends AlbersEqualAreaConic

Class for representing an Albers projection for conterminous United States (ie. excluding Hawaii and Alaska). This is an Albers equal area conic projection with a GRS_1980 ellipsoid and adjusted centre.

Version:
3.3, 27th June, 2012.
Author:
Jo Wood, giCentre, City University London.

Field Summary
 
Fields inherited from class org.gicentre.utils.spatial.AlbersEqualAreaConic
FROM_LAT_LONG, TO_LAT_LONG
 
Constructor Summary
AlbersUSCont()
          Initialises the Albers US conterminous states projection.
 
Method Summary
 java.lang.String getDescription()
          Provides a general description of the forward transformation.
 
Methods inherited from class org.gicentre.utils.spatial.AlbersEqualAreaConic
AlbersToLatLong, doInterpolation, getEllipsoid, invTransformCoords, latLongToAlbers, setInterpolation, transformCoords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbersUSCont

public AlbersUSCont()
Initialises the Albers US conterminous states projection. The forward transformation will be from lat/long to Albers.

Method Detail

getDescription

public java.lang.String getDescription()
Provides a general description of the forward transformation.

Specified by:
getDescription in interface MapProjection
Overrides:
getDescription in class AlbersEqualAreaConic
Returns:
Description of the transformation.


giCentre Utilities V.3.3, API documentation generated 6th April, 2013