com.jhlabs.map.proj
Class PutninsP1Projection

java.lang.Object
  extended by com.jhlabs.map.proj.Projection
      extended by com.jhlabs.map.proj.PseudoCylindricalProjection
          extended by com.jhlabs.map.proj.EllipticalPseudoCylindrical
              extended by com.jhlabs.map.proj.PutninsP1Projection
All Implemented Interfaces:
Serializable, Cloneable

public class PutninsP1Projection
extends EllipticalPseudoCylindrical

Putnins P1 projection. Based on Proj4.

Author:
Bernhard Jenny, Institute of Cartography, ETH Zurich
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jhlabs.map.proj.Projection
a, DTR, e, ellipsoid, EPS10, es, falseEasting, falseNorthing, fromMetres, geocentric, maxLatitude, maxLongitude, minLatitude, minLongitude, name, one_es, projectionLatitude, projectionLongitude, rone_es, RTD, scaleFactor, spherical, trueScaleLatitude
 
Constructor Summary
PutninsP1Projection()
          Creates a new instance of PutninP1Projection
 
Method Summary
 String toString()
           
 
Methods inherited from class com.jhlabs.map.proj.EllipticalPseudoCylindrical
hasInverse, project, projectInverse
 
Methods inherited from class com.jhlabs.map.proj.PseudoCylindricalProjection
parallelsAreParallel
 
Methods inherited from class com.jhlabs.map.proj.Projection
binarySearchInverse, binarySearchInverse, clone, getEllipsoid, getEPSGCode, getEquatorRadius, getFalseEasting, getFalseNorthing, getFromMetres, getMaxLatitude, getMaxLatitudeDegrees, getMaxLongitude, getMaxLongitudeDegrees, getMinLatitude, getMinLatitudeDegrees, getMinLongitude, getMinLongitudeDegrees, getName, getPROJ4Description, getProjectionDescription, getProjectionLatitude, getProjectionLatitudeDegrees, getProjectionLongitude, getProjectionLongitudeDegrees, getScaleFactor, getTrueScaleLatitude, getTrueScaleLatitudeDegrees, initialize, inside, inverseTransform, inverseTransform, inverseTransform, inverseTransformRadians, inverseTransformRadians, inverseTransformRadians, isConformal, isEqualArea, isRectilinear, main, setEllipsoid, setFalseEasting, setFalseNorthing, setFromMetres, setMaxLatitude, setMaxLongitude, setMaxLongitudeDegrees, setMinLatitude, setMinLongitude, setMinLongitudeDegrees, setName, setProjectionLatitude, 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

PutninsP1Projection

public PutninsP1Projection()
Creates a new instance of PutninP1Projection

Method Detail

toString

public String toString()
Overrides:
toString in class PseudoCylindricalProjection


Copyright © 2011. All Rights Reserved.