public class ProjectionConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORITY_EPSG
EPSG authority name
|
static String |
AUTHORITY_NONE
No authority name
|
static int |
EPSG_WEB_MERCATOR
EPSG code for web mercator
|
static int |
EPSG_WORLD_GEODETIC_SYSTEM
EPSG world geodetic system
|
static int |
EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
EPSG code for world geodetic system geographical 3d
|
static int |
UNDEFINED_CARTESIAN
Undefined Cartesian
|
static int |
UNDEFINED_GEOGRAPHIC
Undefined Geographic
|
static double |
WEB_MERCATOR_HALF_WORLD_WIDTH
Half the world distance in either direction
|
static double |
WEB_MERCATOR_MAX_LAT_RANGE
Web Mercator Latitude Range (+ and -)
|
static double |
WEB_MERCATOR_MIN_LAT_RANGE
Web Mercator Latitude Range (+ and -)
|
static double |
WEB_MERCATOR_PRECISION
Web mercator precision
|
static double |
WGS84_HALF_WORLD_LAT_HEIGHT
Half the world latitude height for WGS84
|
static double |
WGS84_HALF_WORLD_LON_WIDTH
Half the world longitude width for WGS84
|
| Constructor and Description |
|---|
ProjectionConstants() |
public static final String AUTHORITY_EPSG
public static final String AUTHORITY_NONE
public static final int UNDEFINED_CARTESIAN
public static final int UNDEFINED_GEOGRAPHIC
public static final int EPSG_WORLD_GEODETIC_SYSTEM
public static final int EPSG_WEB_MERCATOR
public static final int EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
public static final double WEB_MERCATOR_MAX_LAT_RANGE
public static final double WEB_MERCATOR_MIN_LAT_RANGE
public static double WEB_MERCATOR_HALF_WORLD_WIDTH
public static double WGS84_HALF_WORLD_LON_WIDTH
public static double WGS84_HALF_WORLD_LAT_HEIGHT
public static double WEB_MERCATOR_PRECISION
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.