Serializable, CloneableEqualAreaAzimuthalProjection, EquidistantAzimuthalProjection, GnomonicAzimuthalProjection, OrthographicAzimuthalProjection, StereographicAzimuthalProjectionpublic 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, heightOfOrbit, 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, getAxisOrder, getEllipsoid, getEPSGCode, getEquatorRadius, getFalseEasting, getFalseNorthing, getFromMetres, getHeightOfOrbit, getLonC, getMaxLatitude, getMaxLatitudeDegrees, getMaxLongitude, getMaxLongitudeDegrees, getMinLatitude, getMinLatitudeDegrees, getMinLongitude, getMinLongitudeDegrees, getName, getPrimeMeridian, getPROJ4Description, getProjectionLatitude, getProjectionLatitude1, getProjectionLatitude1Degrees, getProjectionLatitude2, getProjectionLatitude2Degrees, getProjectionLatitudeDegrees, getProjectionLongitude, getProjectionLongitudeDegrees, getScaleFactor, getSouthernHemisphere, getTrueScaleLatitude, getTrueScaleLatitudeDegrees, getUnits, hasInverse, inverseProject, inverseProjectRadians, isConformal, isEqualArea, isGeographic, isRectilinear, normalizeLongitude, normalizeLongitudeRadians, parallelsAreParallel, project, project, projectInverse, projectRadians, setAlphaDegrees, setAxisOrder, setEllipsoid, setFalseEasting, setFalseNorthing, setFromMetres, setGamma, setHeightOfOrbit, setLonCDegrees, setMaxLatitude, setMaxLongitude, setMaxLongitudeDegrees, setMinLatitude, setMinLongitude, setMinLongitudeDegrees, setName, setPrimeMeridian, 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 在类中 Projectionpublic boolean inside(double lon,
double lat)
Projectioninside 在类中 Projectionpublic void setMapRadius(double mapRadius)
public double getMapRadius()
Copyright © 2019. All rights reserved.