Package mil.nga.proj
Class ProjectionConstants
- java.lang.Object
-
- mil.nga.proj.ProjectionConstants
-
public class ProjectionConstants extends Object
Projection constants- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHORITY_EPSG
EPSG authority namestatic String
AUTHORITY_NONE
No authority namestatic String
AUTHORITY_NSG
NSG (National Systems for Geospatial Intelligence) authority namestatic String
AUTHORITY_OGC
OGC (Open Geospatial Consortium) authority namestatic int
EPSG_WEB_MERCATOR
EPSG code for web mercatorstatic int
EPSG_WORLD_GEODETIC_SYSTEM
EPSG world geodetic systemstatic int
EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
EPSG code for world geodetic system geographical 3dstatic String
OGC_CRS84
OGC CRS84 codestatic int
UNDEFINED_CARTESIAN
Undefined Cartesianstatic int
UNDEFINED_GEOGRAPHIC
Undefined Geographicstatic double
WEB_MERCATOR_HALF_WORLD_WIDTH
Half the world distance in either directionstatic double
WEB_MERCATOR_MAX_LAT_RANGE
Web Mercator Latitude Rangestatic double
WEB_MERCATOR_MIN_LAT_RANGE
Web Mercator Latitude Rangestatic double
WEB_MERCATOR_PRECISION
Web mercator precisionstatic double
WGS84_HALF_WORLD_LAT_HEIGHT
Half the world latitude height for WGS84static double
WGS84_HALF_WORLD_LON_WIDTH
Half the world longitude width for WGS84
-
Constructor Summary
Constructors Constructor Description ProjectionConstants()
-
-
-
Field Detail
-
AUTHORITY_EPSG
public static final String AUTHORITY_EPSG
EPSG authority name- See Also:
- Constant Field Values
-
AUTHORITY_NONE
public static final String AUTHORITY_NONE
No authority name- See Also:
- Constant Field Values
-
AUTHORITY_OGC
public static final String AUTHORITY_OGC
OGC (Open Geospatial Consortium) authority name- See Also:
- Constant Field Values
-
AUTHORITY_NSG
public static final String AUTHORITY_NSG
NSG (National Systems for Geospatial Intelligence) authority name- See Also:
- Constant Field Values
-
UNDEFINED_CARTESIAN
public static final int UNDEFINED_CARTESIAN
Undefined Cartesian- See Also:
- Constant Field Values
-
UNDEFINED_GEOGRAPHIC
public static final int UNDEFINED_GEOGRAPHIC
Undefined Geographic- See Also:
- Constant Field Values
-
EPSG_WORLD_GEODETIC_SYSTEM
public static final int EPSG_WORLD_GEODETIC_SYSTEM
EPSG world geodetic system- See Also:
- Constant Field Values
-
EPSG_WEB_MERCATOR
public static final int EPSG_WEB_MERCATOR
EPSG code for web mercator- See Also:
- Constant Field Values
-
EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
public static final int EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
EPSG code for world geodetic system geographical 3d- See Also:
- Constant Field Values
-
OGC_CRS84
public static final String OGC_CRS84
OGC CRS84 code- See Also:
- Constant Field Values
-
WEB_MERCATOR_MAX_LAT_RANGE
public static final double WEB_MERCATOR_MAX_LAT_RANGE
Web Mercator Latitude Range- See Also:
- Constant Field Values
-
WEB_MERCATOR_MIN_LAT_RANGE
public static final double WEB_MERCATOR_MIN_LAT_RANGE
Web Mercator Latitude Range- See Also:
- Constant Field Values
-
WEB_MERCATOR_HALF_WORLD_WIDTH
public static double WEB_MERCATOR_HALF_WORLD_WIDTH
Half the world distance in either direction
-
WGS84_HALF_WORLD_LON_WIDTH
public static double WGS84_HALF_WORLD_LON_WIDTH
Half the world longitude width for WGS84
-
WGS84_HALF_WORLD_LAT_HEIGHT
public static double WGS84_HALF_WORLD_LAT_HEIGHT
Half the world latitude height for WGS84
-
WEB_MERCATOR_PRECISION
public static double WEB_MERCATOR_PRECISION
Web mercator precision
-
-