org.deegree.cs.transformations
Interface CRSDefines
- All Known Implementing Classes:
- DomainOfValidityTest, TransformationAccuracyTest, TransformationSubstitutionTest
public interface CRSDefines
An interface defining Coordinate systems which are unrelated to the configuration. With these coordinate systems the
TransformationFactory
can be tested for functionality based on a defined (static) state.
- Version:
- $Revision: 29594 $, $Date: 2011-02-09 15:56:20 +0100 (Wed, 09 Feb 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: lbuesching $
Field Summary |
static Axis[] |
axis_degree
Axis for geographic crs, degree, lon/lat |
static Axis[] |
axis_geocentric
Axis for geocentric, X(front), Y( east ), Z( north) |
static Axis[] |
axis_lat_lon
Axis for geographic crs, degree, lat/lon |
static Axis[] |
axis_projection
Axis for projections, meter, x (east)/y(north) |
static Axis[] |
axis_y_x
Axis for projections, meter, y(north)/x (east) |
static GeodeticDatum |
datum_6171
Used for |
static GeodeticDatum |
datum_6258
Used for geographic_4258 |
static GeodeticDatum |
datum_6289
Used for geographic_4289 |
static GeodeticDatum |
datum_6314
Used for geocentric_dummy and geographic_4314 |
static double |
DEGREE_EPSILON
the epsilon for degree based crs |
static Ellipsoid |
ellipsoid_7004
(bessel) used for datum_6289 (projection_28992 ), and datum_6314 (
geographic_4314 ) |
static Ellipsoid |
ellipsoid_7019
Used for geocentric_4964 |
static javax.vecmath.Point3d |
EPSILON_D
the epsilon for degree based crs |
static javax.vecmath.Point3d |
EPSILON_M
the epsilon for meter based crs |
static GeocentricCRS |
geocentric_4964
geocentric crs with datum_6171 and axis_geocentric |
static GeocentricCRS |
geocentric_dummy
a none existing geocentric crs with datum_6314 and axis_geocentric |
static GeographicCRS |
geographic_4258
Geographic crs with datum_6258 and axis_degree |
static GeographicCRS |
geographic_4258_lat_lon
Geographic crs with datum_6258 and axis_lat_lon |
static GeographicCRS |
geographic_4289
Geographic crs with datum_6289 and axis_degree |
static GeographicCRS |
geographic_4289_lat_lon
Geographic crs with datum_6289 and axis_lat_lon |
static GeographicCRS |
geographic_4314
Geographic crs with datum_6314 and axis_degree |
static GeographicCRS |
geographic_4314_lat_lon
Geographic crs with datum_6314 and axis_lat_lon (northing/easting) |
static Axis |
heightAxis
One sole axis for compound, z, metre, up |
static double |
METER_EPSILON
the epsilon for meter based crs |
static ProjectedCRS |
projected_25832
ProjectedCRS based on projection_25832 , which is based on geographic_4258 |
static ProjectedCRS |
projected_25832_lat_lon
ProjectedCRS based on projection_25832 , which is based on geographic_4258 |
static ProjectedCRS |
projected_25832_yx
ProjectedCRS based on projection_25832 , which is based on geographic_4258 |
static ProjectedCRS |
projected_28992
ProjectedCRS based on projection_28992 , which is based on geographic_4289 |
static ProjectedCRS |
projected_28992_lat_lon
ProjectedCRS based on projection_28992 , which is based on geographic_4289 |
static ProjectedCRS |
projected_28992_yx
ProjectedCRS based on projection_28992 , which is based on geographic_4289 |
static ProjectedCRS |
projected_31467
ProjectedCRS based on projection_31467 , which is based on geographic_4314 |
static ProjectedCRS |
projected_31467_lat_lon
ProjectedCRS based on projection_31467 , which is based on geographic_4314 with lat/lon
axis |
static ProjectedCRS |
projected_31467_yx
ProjectedCRS based on projection_31467 with yx coordinates, which is based on
geographic_4314 |
static Projection |
projection_25832
TransverseMercator projection with GeographicCRS geographic_4258 . |
static Projection |
projection_25832_lat_lon
TransverseMercator projection with GeographicCRS geographic_4258_lat_lon . |
static Projection |
projection_28992
StereographicAlternative projection with GeographicCRS geographic_4289 . |
static Projection |
projection_28992_lat_lon
StereographicAlternative projection with GeographicCRS geographic_4289_lat_lon . |
static Projection |
projection_31467
TransverseMercator projection with GeographicCRS geographic_4314 . |
static Projection |
projection_31467_lat_lon
TransverseMercator projection with GeographicCRS geographic_4314_lat_lon . |
static Helmert |
wgs_1188
The null parameters defined for wgs48, datum_6258 and datum_6171 |
static Helmert |
wgs_1672
The parameters to go from datum_6289 -> wgs48 |
static Helmert |
wgs_1777
The parameters to go from datum_6314 -> wgs48 |
METER_EPSILON
static final double METER_EPSILON
- the epsilon for meter based crs
- See Also:
- Constant Field Values
DEGREE_EPSILON
static final double DEGREE_EPSILON
- the epsilon for degree based crs
- See Also:
- Constant Field Values
EPSILON_M
static final javax.vecmath.Point3d EPSILON_M
- the epsilon for meter based crs
EPSILON_D
static final javax.vecmath.Point3d EPSILON_D
- the epsilon for degree based crs
axis_degree
static final Axis[] axis_degree
- Axis for geographic crs, degree, lon/lat
axis_lat_lon
static final Axis[] axis_lat_lon
- Axis for geographic crs, degree, lat/lon
axis_projection
static final Axis[] axis_projection
- Axis for projections, meter, x (east)/y(north)
axis_y_x
static final Axis[] axis_y_x
- Axis for projections, meter, y(north)/x (east)
axis_geocentric
static final Axis[] axis_geocentric
- Axis for geocentric, X(front), Y( east ), Z( north)
heightAxis
static final Axis heightAxis
- One sole axis for compound, z, metre, up
ellipsoid_7004
static final Ellipsoid ellipsoid_7004
- (bessel) used for
datum_6289
(projection_28992
), and datum_6314
(
geographic_4314
)
ellipsoid_7019
static final Ellipsoid ellipsoid_7019
- Used for
geocentric_4964
datum_6289
static final GeodeticDatum datum_6289
- Used for
geographic_4289
datum_6258
static final GeodeticDatum datum_6258
- Used for
geographic_4258
datum_6314
static final GeodeticDatum datum_6314
- Used for
geocentric_dummy
and geographic_4314
datum_6171
static final GeodeticDatum datum_6171
- Used for
geocentric_4964
static final GeocentricCRS geocentric_4964
- geocentric crs with
datum_6171
and axis_geocentric
geocentric_dummy
static final GeocentricCRS geocentric_dummy
- a none existing geocentric crs with
datum_6314
and axis_geocentric
geographic_4289
static final GeographicCRS geographic_4289
- Geographic crs with
datum_6289
and axis_degree
geographic_4289_lat_lon
static final GeographicCRS geographic_4289_lat_lon
- Geographic crs with
datum_6289
and axis_lat_lon
geographic_4258
static final GeographicCRS geographic_4258
- Geographic crs with
datum_6258
and axis_degree
geographic_4258_lat_lon
static final GeographicCRS geographic_4258_lat_lon
- Geographic crs with
datum_6258
and axis_lat_lon
geographic_4314
static final GeographicCRS geographic_4314
- Geographic crs with
datum_6314
and axis_degree
geographic_4314_lat_lon
static final GeographicCRS geographic_4314_lat_lon
- Geographic crs with
datum_6314
and axis_lat_lon
(northing/easting)
wgs_1672
static final Helmert wgs_1672
- The parameters to go from
datum_6289
-> wgs48
wgs_1188
static final Helmert wgs_1188
- The null parameters defined for wgs48,
datum_6258
and datum_6171
wgs_1777
static final Helmert wgs_1777
- The parameters to go from
datum_6314
-> wgs48
projection_28992
static final Projection projection_28992
StereographicAlternative
projection with GeographicCRS
geographic_4289
.
projection_28992_lat_lon
static final Projection projection_28992_lat_lon
StereographicAlternative
projection with GeographicCRS
geographic_4289_lat_lon
.
projection_25832
static final Projection projection_25832
TransverseMercator
projection with GeographicCRS
geographic_4258
.
projection_25832_lat_lon
static final Projection projection_25832_lat_lon
TransverseMercator
projection with GeographicCRS
geographic_4258_lat_lon
.
projection_31467
static final Projection projection_31467
TransverseMercator
projection with GeographicCRS
geographic_4314
.
projection_31467_lat_lon
static final Projection projection_31467_lat_lon
TransverseMercator
projection with GeographicCRS
geographic_4314_lat_lon
.
projected_28992
static final ProjectedCRS projected_28992
ProjectedCRS
based on projection_28992
, which is based on geographic_4289
projected_28992_lat_lon
static final ProjectedCRS projected_28992_lat_lon
ProjectedCRS
based on projection_28992
, which is based on geographic_4289
projected_28992_yx
static final ProjectedCRS projected_28992_yx
ProjectedCRS
based on projection_28992
, which is based on geographic_4289
projected_25832
static final ProjectedCRS projected_25832
ProjectedCRS
based on projection_25832
, which is based on geographic_4258
projected_25832_lat_lon
static final ProjectedCRS projected_25832_lat_lon
ProjectedCRS
based on projection_25832
, which is based on geographic_4258
projected_25832_yx
static final ProjectedCRS projected_25832_yx
ProjectedCRS
based on projection_25832
, which is based on geographic_4258
projected_31467
static final ProjectedCRS projected_31467
ProjectedCRS
based on projection_31467
, which is based on geographic_4314
projected_31467_lat_lon
static final ProjectedCRS projected_31467_lat_lon
ProjectedCRS
based on projection_31467
, which is based on geographic_4314
with lat/lon
axis
projected_31467_yx
static final ProjectedCRS projected_31467_yx
ProjectedCRS
based on projection_31467
with yx coordinates, which is based on
geographic_4314
Copyright © 2011. All Rights Reserved.