deegree 2.2 (2008/12/22 11:33 build-3038-official)

Uses of Class
org.deegree.crs.Identifiable

Packages that use Identifiable
org.deegree.crs The org.deegree.crs package contains all necessities to transform and project coordinates form one coordinates system into another. 
org.deegree.crs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.crs.coordinatesystems The coordinatesystems package hold the different coordinatesystems used by the org.deegree.crs. packages. 
org.deegree.crs.projections A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. 
org.deegree.crs.projections.azimuthal Azimuthal projections use a plane to project the earth onto. 
org.deegree.crs.projections.conic Conic projections use a cone (hence it's name) to project a region of the earth. 
org.deegree.crs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
org.deegree.crs.transformations Transformations are the glue between the different coordinatesystems and projections. 
 

Uses of Identifiable in org.deegree.crs
 

Constructors in org.deegree.crs with parameters of type Identifiable
Identifiable(Identifiable other)
          Takes the references of the other object and stores them in this Identifiable Object.
 

Uses of Identifiable in org.deegree.crs.components
 

Subclasses of Identifiable in org.deegree.crs.components
 class Datum
          The Datum is a generic type for all datums.
 class Ellipsoid
          The Ellipsoid class hold all parameters which are necessary to define an Ellipsoid.
 class GeodeticDatum
          A GeodeticDatum (aka.
 class PrimeMeridian
          The PrimeMeridian class saves the longitude to the greenwich meridian.
 class VerticalDatum
          A VerticalDatum is a datum which only has one axis.
 

Uses of Identifiable in org.deegree.crs.coordinatesystems
 

Subclasses of Identifiable in org.deegree.crs.coordinatesystems
 class CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 class GeocentricCRS
          A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to earths center.
 class GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 class ProjectedCRS
          A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs.
 

Constructors in org.deegree.crs.coordinatesystems with parameters of type Identifiable
CoordinateSystem(GeodeticDatum datum, Axis[] axisOrder, Identifiable identity)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, Identifiable identity)
           
GeographicCRS(GeodeticDatum datum, Axis[] axisOrder, Identifiable identity)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, Identifiable identity)
           
 

Uses of Identifiable in org.deegree.crs.projections
 

Subclasses of Identifiable in org.deegree.crs.projections
 class Projection
          Map conversion is the process of changing the map grid coordinates (usually, but not always, Eastings & Northings) of a Projected Coordinate Reference System to its corresponding geographical coordinates (Latitude & Longitude) or vice versa.
 

Uses of Identifiable in org.deegree.crs.projections.azimuthal
 

Subclasses of Identifiable in org.deegree.crs.projections.azimuthal
 class AzimuthalProjection
          The AzimuthalProjection class functions as a super class to all azimuthal projections.
 class LambertAzimuthalEqualArea
          The LambertAzimuthalEqualArea projection has following properties (From J.S.
 class StereographicAzimuthal
          The StereographicAzimuthal class allows for Stereographic Projections of the Poles, equator as well as oblique.
 

Uses of Identifiable in org.deegree.crs.projections.conic
 

Subclasses of Identifiable in org.deegree.crs.projections.conic
 class ConicProjection
          The ConicProjection is a super class for all conic projections.
 class LambertConformalConic
          The LambertConformalConic projection has following properties (Snyder p. 104) Conic Conformal Parallels are unequally spaced arcs of concentric circles, more closely spaced near the center of the map Meridians are equally spaced radii of the same circles, thereby cutting paralles at right angles.
 

Uses of Identifiable in org.deegree.crs.projections.cylindric
 

Subclasses of Identifiable in org.deegree.crs.projections.cylindric
 class CylindricalProjection
          The CylindricalProjection is a super class for all cylindrical projections.
 class TransverseMercator
          The TransverseMercator projection has following properties: Cylindrical (transverse) Conformal The central meridian, each meridian 90° from central meridian and the equator are straight lines All other meridians and parallels are complex curves Scale is true along central meridian or along two straight lines equidistant from and parallel to central merdian.
 

Uses of Identifiable in org.deegree.crs.transformations
 

Subclasses of Identifiable in org.deegree.crs.transformations
 class ConcatenatedTransform
          The ConcatenatedTransform class allows the connection of two transformations.
 class CRSTransformation
          The change of coordinates from one CRS to another CRS based on different datum is 'currently' only possible via a coordinate Transformation.
 class GeocentricTransform
          The GeocentricTransform class is used to create a transformation between a geocentric CRS (having lat-lon coordinates) and it's geodetic CRS (having x-y-z) coordinates and vice versa.
 class MatrixTransform
          The MatrixTransform class allows transformations using matrices.
 class ProjectionTransform
          The ProjectionTransform class wraps the access to a projection, by calling it's doProjection.
 class WGS84ConversionInfo
          Parameters for a geographic transformation into WGS84.
 

Constructors in org.deegree.crs.transformations with parameters of type Identifiable
WGS84ConversionInfo(double dx, double dy, double dz, double ex, double ey, double ez, double ppm, Identifiable identifiable)
           
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net