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

Copyright 2004 Partner Software, Inc.

Version:
$Id: ProjectionConstants.java 2328 2010-01-06 15:38:22Z paul $

Field Summary
static double ATOL
           
static double DEG2RAD
           
static double EPSILON
           
static double FOURTHPI
           
static double HALFPI
           
static double INTERNATIONAL_FEET_TO_METERS
           
static double METERS_TO_INTERNATIONAL_FEET
           
static double METERS_TO_US_SURVEY_FEET
           
static NullProjection NULL_PROJECTION
           
static double ONE_TOL
           
static double PI
           
static double RAD2DEG
           
static double TOL
           
static double TWOPI
           
static double US_SURVEY_FEET_TO_METERS
           
 

Field Detail

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