public abstract class AzimuthalProjection extends Projection
| Modifier and Type | Field and Description |
|---|---|
protected double |
cosphi0 |
static int |
EQUATOR |
protected int |
mode |
static int |
NORTH_POLE |
static int |
OBLIQUE |
protected double |
sinphi0 |
static int |
SOUTH_POLE |
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 |
|---|
AzimuthalProjection() |
AzimuthalProjection(double projectionLatitude,
double projectionLongitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMapRadius() |
void |
initialize()
Initialize the projection.
|
boolean |
inside(double lon,
double lat)
Returns true if the given lat/long point is visible in this projection
|
void |
setMapRadius(double mapRadius)
Set the map radius (in degrees).
|
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, hasInverse, inverseProject, inverseProjectRadians, isConformal, isEqualArea, isRectilinear, normalizeLongitude, normalizeLongitudeRadians, parallelsAreParallel, project, 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, setUnits, toStringpublic static final int NORTH_POLE
public static final int SOUTH_POLE
public static final int EQUATOR
public static final int OBLIQUE
protected int mode
protected double sinphi0
protected double cosphi0
public AzimuthalProjection()
public AzimuthalProjection(double projectionLatitude,
double projectionLongitude)
public void initialize()
Projectioninitialize in class Projectionpublic boolean inside(double lon,
double lat)
Projectioninside in class Projectionpublic void setMapRadius(double mapRadius)
public double getMapRadius()
Copyright © 2015. All rights reserved.