com.partnersoft.v3x.geometry.projections
Interface ProjectionConstants

All Known Implementing Classes:
AlbersEqualArea, LambertConformalConic, ProjectionLib, StandardProjection, TransverseMercator, UTM

public interface ProjectionConstants

Some handy constants. Copyright 2004 Partner Software, Inc.


Field Summary
static double ATOL
           
static double DEG2RAD
           
static double EPSILON
           
static double FOURTHPI
           
static double HALFPI
           
static double ONE_TOL
           
static double PI
           
static double RAD2DEG
           
static double TOL
           
static double TWOPI
           
 

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