Package | Description |
---|---|
ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
Modifier and Type | Field and Description |
---|---|
static EarthEllipsoid |
EarthEllipsoid.Airy1830
Airy 1830 ellipsoid from EPSG database version 6.14.
|
static EarthEllipsoid |
EarthEllipsoid.IAG_GRS80 |
static EarthEllipsoid |
EarthEllipsoid.IAU |
static EarthEllipsoid |
EarthEllipsoid.WGS84
Ellipsoid for WGS84 (edavis - correct 1/f as per EPSG database ver 6.14)
|
Modifier and Type | Method and Description |
---|---|
static EarthEllipsoid |
EarthEllipsoid.getType(int epsgId)
Find the EarthEllipsoid that matches this EPSG Id.
|
static EarthEllipsoid |
EarthEllipsoid.getType(String name)
Find the EarthEllipsoid that matches this name.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EarthEllipsoid> |
EarthEllipsoid.getAll()
get a collection of all defined EarthEllipsoid objects
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.