public abstract class AzimuthalProjection extends Projection
修飾子とタイプ | フィールドと説明 |
---|---|
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
コンストラクタと説明 |
---|
AzimuthalProjection() |
AzimuthalProjection(double projectionLatitude,
double projectionLongitude) |
修飾子とタイプ | メソッドと説明 |
---|---|
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). 180 shows a hemisphere, 360 shows the whole globe.
|
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, toString
public 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()
Projection
initialize
クラス内 Projection
public boolean inside(double lon, double lat)
Projection
inside
クラス内 Projection
public void setMapRadius(double mapRadius)
public double getMapRadius()