public class DenoyerProjection extends Projection
| Modifier and Type | Field and Description |
|---|---|
static double |
C0 |
static double |
C1 |
static double |
C3 |
static double |
D1 |
static double |
D5 |
a, alpha, DTR, e, ellipsoid, EPS10, es, falseEasting, falseNorthing, fromMetres, geocentric, isSouth, lonc, maxLatitude, maxLongitude, minLatitude, minLongitude, name, one_es, projectionLatitude, projectionLatitude1, projectionLatitude2, projectionLongitude, rone_es, RTD, scaleFactor, spherical, totalScale, trueScaleLatitude, unit| Constructor and Description |
|---|
DenoyerProjection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasInverse()
Tests whether this projection has an inverse.
|
boolean |
parallelsAreParallel()
Returns true if latitude lines are parallel for this projection
|
ProjCoordinate |
project(double lplam,
double lpphi,
ProjCoordinate out)
Computes the projection of a given point
(i.e.
|
String |
toString() |
clone, getAlpha, getEllipsoid, getEPSGCode, getEquatorRadius, getFalseEasting, getFalseNorthing, getFromMetres, getLonC, getMaxLatitude, getMaxLatitudeDegrees, getMaxLongitude, getMaxLongitudeDegrees, getMinLatitude, getMinLatitudeDegrees, getMinLongitude, getMinLongitudeDegrees, getName, getPROJ4Description, getProjectionLatitude, getProjectionLatitude1, getProjectionLatitude1Degrees, getProjectionLatitude2, getProjectionLatitude2Degrees, getProjectionLatitudeDegrees, getProjectionLongitude, getProjectionLongitudeDegrees, getScaleFactor, getSouthernHemisphere, getTrueScaleLatitude, getTrueScaleLatitudeDegrees, initialize, inside, inverseProject, inverseProjectRadians, isConformal, isEqualArea, isRectilinear, normalizeLongitude, normalizeLongitudeRadians, project, projectInverse, projectRadians, setAlphaDegrees, setEllipsoid, setFalseEasting, setFalseNorthing, setFromMetres, setLonCDegrees, setMaxLatitude, setMaxLongitude, setMaxLongitudeDegrees, setMinLatitude, setMinLongitude, setMinLongitudeDegrees, setName, setProjectionLatitude, setProjectionLatitude1, setProjectionLatitude1Degrees, setProjectionLatitude2, setProjectionLatitude2Degrees, setProjectionLatitudeDegrees, setProjectionLongitude, setProjectionLongitudeDegrees, setScaleFactor, setSouthernHemisphere, setTrueScaleLatitude, setTrueScaleLatitudeDegrees, setUnitspublic static final double C0
public static final double C1
public static final double C3
public static final double D1
public static final double D5
public ProjCoordinate project(double lplam, double lpphi, ProjCoordinate out)
Projectionproject in class Projectionlplam - the geographic x ordinate (in radians)lpphi - the geographic y ordinatee (in radians)out - the projected coordinate (in coordinate system units)public boolean parallelsAreParallel()
ProjectionparallelsAreParallel in class Projectionpublic boolean hasInverse()
ProjectionProjection.inverseProject(ProjCoordinate, ProjCoordinate)
and Projection.inverseProjectRadians(ProjCoordinate, ProjCoordinate)
methods will return meaningful results.hasInverse in class Projectionpublic String toString()
toString in class ProjectionCopyright © 2015. All rights reserved.