Package | Description |
---|---|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
Modifier and Type | Method and Description |
---|---|
static MapProjection |
CRS.getMapProjection(CoordinateReferenceSystem crs)
Returns the
MapProjection driving the specified crs, or null if none could be
found. |
Modifier and Type | Class and Description |
---|---|
class |
AlbersEqualArea
Albers Equal Area Projection (EPSG code 9822).
|
static class |
AzimuthalEquidistant.Abstract
Abstract base class for Azimuthal Equidistant projections.
|
static class |
AzimuthalEquidistant.Ellipsoidal
Ellipsoidal Azimuthal Equidistant projection.
|
static class |
AzimuthalEquidistant.Spherical
Spherical Azimuthal Equidistant projection.
|
class |
CassiniSoldner
Cassini-Soldner Projection (EPSG code 9806).
|
class |
CylindricalEqualArea |
class |
EckertIV
Eckert IV projection
|
class |
EqualArea
Equal Earth is a projection inspired by the Robinson projection, but unlike the Robinson
projection retains the relative size of areas.
|
class |
EquatorialOrthographic
The equatorial case of the
Orthographic projection. |
class |
EquatorialStereographic
The USGS equatorial case of the stereographic projection.
|
class |
EquidistantConic
Equidistant Conic Projection.
|
class |
EquidistantCylindrical
Equidistant cylindrical projection (EPSG code 9823).
|
class |
GeneralOblique
General Oblique Transformation projection useful for rotated spherical coordinates ("Rotated
Pole"), commonly used in numerical weather forecasting models.
|
class |
GeostationarySatellite
The Geostationary Satellite Projection
Adapted from https://github.com/OSGeo/proj.4/blob/4.9/src/PJ_geos.c
NOTE: Not all valid coordinates in this projection will transform to valid terrestrial
coordinates, this is especially true of "Full Disk" earth coverages.
|
static class |
GeostationarySatellite.Ellipsoidal |
static class |
GeostationarySatellite.Spherical |
class |
Gnomonic
The gnomonic projection using a spheroid algorithm.
|
class |
HotineObliqueMercator
Hotine Oblique Mercator projection.
|
class |
Krovak
Krovak Oblique Conformal Conic projection (EPSG code 9819).
|
class |
LambertAzimuthalEqualArea
Lambert Azimuthal Equal Area (EPSG code 9820).
|
class |
LambertConformal
Lambert Conical Conformal Projection.
|
class |
LambertConformal1SP
Lambert Conical Conformal 1SP Projection.
|
class |
LambertConformal2SP
Lambert Conical Conformal 2SP Projection.
|
class |
LambertConformalBelgium
Lambert Conical Conformal 2SP Belgium Projection.
|
class |
Mercator
Mercator Cylindrical Projection.
|
class |
Mercator1SP
Mercator Cylindrical 1SP Projection.
|
class |
Mercator2SP
Mercator Cylindrical 2SP Projection.
|
class |
MeteosatSG
Meteosat Second Generation imagery projection
Conversion of image coordinates (pixel column and row) into the corresponding geographical
coordinates (Latitude and Longitude) of all MSG Satellites (Meteosat-8, Meteosat-9 and
Meteosat-10) Level 1.5 VIS/IR data.
|
class |
Mollweide
Mollweide projection
|
class |
NewZealandMapGrid
The NZMG (New Zealand Map Grid) projection.
|
class |
ObliqueMercator
Oblique Mercator Projection.
|
class |
ObliqueOrthographic
The oblique case of the
Orthographic projection. |
class |
ObliqueStereographic
Provides the transform equations for the Oblique Stereographic (EPSG code 9809).
|
class |
Orthographic
Orthographic Projection.
|
class |
PlateCarree
Plate Carree (or Equirectangular) projection.
|
class |
PolarOrthographic
The polar case of the
Orthographic projection. |
class |
PolarStereographic
The polar case of the stereographic projection.
|
class |
Polyconic
Polyconic (American).
|
class |
Robinson
Robinson projection
|
class |
RotatedPole
Rotated Pole Transformation for rotated spherical coordinates ("Rotated Pole Coordinates"),
commonly used in numerical weather forecasting models.
|
class |
Sinusoidal
Sinusoidal (Sanson–Flamsteed) projection
|
class |
Stereographic
Stereographic Projection.
|
class |
TransverseMercator
Transverse Mercator Projection (EPSG code 9807).
|
class |
WinkelTripel
Winkel Tripel and Hammer Aitoff projection
References:
http://en.wikipedia.org/wiki/Winkel_tripel_projection
http://en.wikipedia.org/wiki/Hammer_projection
|
class |
WorldVanDerGrintenI
World Van der Grinten I projection.
|
Copyright © 1996–2019 Geotools. All rights reserved.