com.partnersoft.geometry.projection
Interface ProjectionConstants
- All Known Implementing Classes:
- AlbersEqualArea, LambertConformalConic, ProjectionLib, StandardProjection, TransverseMercator, UTM
public interface ProjectionConstants
Some handy constants.
Current Reference: http://www.vterrain.org/Projections/sp_feet.html
- standard (or "international") foot: .3048 meters
- U.S. survey foot: 1200/3937 meters
Copyright 2004 Partner Software, Inc.
- Version:
- $Id: ProjectionConstants.java 2328 2010-01-06 15:38:22Z paul $
PI
static final double PI
- See Also:
- Constant Field Values
HALFPI
static final double HALFPI
- See Also:
- Constant Field Values
FOURTHPI
static final double FOURTHPI
- See Also:
- Constant Field Values
TWOPI
static final double TWOPI
- See Also:
- Constant Field Values
DEG2RAD
static final double DEG2RAD
- See Also:
- Constant Field Values
RAD2DEG
static final double RAD2DEG
- See Also:
- Constant Field Values
EPSILON
static final double EPSILON
- See Also:
- Constant Field Values
ONE_TOL
static final double ONE_TOL
- See Also:
- Constant Field Values
TOL
static final double TOL
- See Also:
- Constant Field Values
ATOL
static final double ATOL
- See Also:
- Constant Field Values
METERS_TO_US_SURVEY_FEET
static final double METERS_TO_US_SURVEY_FEET
- See Also:
- Constant Field Values
US_SURVEY_FEET_TO_METERS
static final double US_SURVEY_FEET_TO_METERS
- See Also:
- Constant Field Values
METERS_TO_INTERNATIONAL_FEET
static final double METERS_TO_INTERNATIONAL_FEET
- See Also:
- Constant Field Values
INTERNATIONAL_FEET_TO_METERS
static final double INTERNATIONAL_FEET_TO_METERS
- See Also:
- Constant Field Values
NULL_PROJECTION
static final NullProjection NULL_PROJECTION