com.jhlabs.map.proj
Class LambertEqualAreaConicProjection

java.lang.Object
  extended by com.jhlabs.map.proj.Projection
      extended by com.jhlabs.map.proj.ConicProjection
          extended by com.jhlabs.map.proj.AlbersProjection
              extended by com.jhlabs.map.proj.LambertEqualAreaConicProjection
All Implemented Interfaces:
Serializable, Cloneable

public class LambertEqualAreaConicProjection
extends AlbersProjection

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jhlabs.map.proj.ConicProjection
CONIC_LAT_DEG, projectionLatitude1, projectionLatitude2
 
Fields inherited from class com.jhlabs.map.proj.Projection
a, DTR, e, ellipsoid, es, falseEasting, falseNorthing, fromMetres, geocentric, maxLatitude, maxLongitude, minLatitude, minLongitude, name, one_es, projectionLatitude, projectionLongitude, rone_es, RTD, scaleFactor, spherical, trueScaleLatitude
 
Constructor Summary
LambertEqualAreaConicProjection()
           
LambertEqualAreaConicProjection(boolean south)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.jhlabs.map.proj.AlbersProjection
getEPSGCode, hasInverse, initialize, isEqualArea, project, projectInverse
 
Methods inherited from class com.jhlabs.map.proj.ConicProjection
getProjectionLatitude1, getProjectionLatitude1Degrees, getProjectionLatitude2, getProjectionLatitude2Degrees, setProjectionLatitude, setProjectionLatitude1, setProjectionLatitude1Degrees, setProjectionLatitude2, setProjectionLatitude2Degrees
 
Methods inherited from class com.jhlabs.map.proj.Projection
binarySearchInverse, binarySearchInverse, clone, getEllipsoid, getEquatorRadius, getFalseEasting, getFalseNorthing, getFromMetres, getMaxLatitude, getMaxLatitudeDegrees, getMaxLongitude, getMaxLongitudeDegrees, getMinLatitude, getMinLatitudeDegrees, getMinLongitude, getMinLongitudeDegrees, getName, getPROJ4Description, getProjectionDescription, getProjectionLatitude, getProjectionLatitudeDegrees, getProjectionLongitude, getProjectionLongitudeDegrees, getScaleFactor, getTrueScaleLatitude, getTrueScaleLatitudeDegrees, inside, inverseTransform, inverseTransform, inverseTransform, inverseTransformRadians, inverseTransformRadians, inverseTransformRadians, isConformal, isRectilinear, main, parallelsAreParallel, setEllipsoid, setFalseEasting, setFalseNorthing, setFromMetres, setMaxLatitude, setMaxLongitude, setMaxLongitudeDegrees, setMinLatitude, setMinLongitude, setMinLongitudeDegrees, setName, setProjectionLatitudeDegrees, setProjectionLongitude, setProjectionLongitudeDegrees, setScaleFactor, setTrueScaleLatitude, setTrueScaleLatitudeDegrees, testBinarySearchInverse, transform, transform, transform, transform, transformRadians, transformRadians, transformRadians
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LambertEqualAreaConicProjection

public LambertEqualAreaConicProjection()

LambertEqualAreaConicProjection

public LambertEqualAreaConicProjection(boolean south)
Method Detail

toString

public String toString()
Overrides:
toString in class AlbersProjection


Copyright © 2011. All Rights Reserved.