public interface ProjectionConstants
Current Reference: http://www.vterrain.org/Projections/sp_feet.html
| Modifier and Type | Field and Description |
|---|---|
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 |
static final double PI
static final double HALFPI
static final double FOURTHPI
static final double TWOPI
static final double DEG2RAD
static final double RAD2DEG
static final double EPSILON
static final double ONE_TOL
static final double TOL
static final double ATOL
static final double METERS_TO_US_SURVEY_FEET
static final double US_SURVEY_FEET_TO_METERS
static final double METERS_TO_INTERNATIONAL_FEET
static final double INTERNATIONAL_FEET_TO_METERS
static final NullProjection NULL_PROJECTION