com.jhlabs.map.proj
Class DenoyerProjection
java.lang.Object
com.jhlabs.map.proj.Projection
com.jhlabs.map.proj.PseudoCylindricalProjection
com.jhlabs.map.proj.DenoyerProjection
- All Implemented Interfaces:
- Serializable, Cloneable
public class DenoyerProjection
- extends PseudoCylindricalProjection
- See Also:
- Serialized Form
Field Summary |
static double |
C0
|
static double |
C1
|
static double |
C3
|
static double |
D1
|
static double |
D5
|
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 |
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, hasInverse, initialize, inside, inverseTransform, inverseTransform, inverseTransform, inverseTransformRadians, inverseTransformRadians, inverseTransformRadians, isConformal, isEqualArea, isRectilinear, main, projectInverse, 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 |
C0
public static final double C0
- See Also:
- Constant Field Values
C1
public static final double C1
- See Also:
- Constant Field Values
C3
public static final double C3
- See Also:
- Constant Field Values
D1
public static final double D1
- See Also:
- Constant Field Values
D5
public static final double D5
- See Also:
- Constant Field Values
DenoyerProjection
public DenoyerProjection()
project
public Point2D.Double project(double lplam,
double lpphi,
Point2D.Double out)
- Description copied from class:
Projection
- The method which actually does the projection. This should be overridden
for all projections.
- Overrides:
project
in class Projection
- Parameters:
lplam
- Longitude in radians.lpphi
- Latitude in radians.out
- The projected point.
- Returns:
- The projected point, identical to parameter dst.
toString
public String toString()
- Overrides:
toString
in class PseudoCylindricalProjection
Copyright © 2011. All Rights Reserved.