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 StringAUTHORITY_EPSGEPSG authority namestatic StringAUTHORITY_NONENo authority namestatic StringAUTHORITY_NSGNSG (National Systems for Geospatial Intelligence) authority namestatic StringAUTHORITY_OGCOGC (Open Geospatial Consortium) authority namestatic intEPSG_WEB_MERCATOREPSG code for web mercatorstatic intEPSG_WORLD_GEODETIC_SYSTEMEPSG world geodetic systemstatic intEPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3DEPSG code for world geodetic system geographical 3dstatic StringOGC_CRS84OGC CRS84 codestatic intUNDEFINED_CARTESIANUndefined Cartesianstatic intUNDEFINED_GEOGRAPHICUndefined Geographicstatic doubleWEB_MERCATOR_HALF_WORLD_WIDTHHalf the world distance in either directionstatic doubleWEB_MERCATOR_MAX_LAT_RANGEWeb Mercator Latitude Rangestatic doubleWEB_MERCATOR_MIN_LAT_RANGEWeb Mercator Latitude Rangestatic doubleWEB_MERCATOR_PRECISIONWeb mercator precisionstatic doubleWGS84_HALF_WORLD_LAT_HEIGHTHalf the world latitude height for WGS84static doubleWGS84_HALF_WORLD_LON_WIDTHHalf 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
-
-