Uses of Class
org.deegree.cs.projections.Projection

Packages that use Projection
org.deegree.cs.persistence.deegree.d3.parsers   
org.deegree.cs.projections.azimuthal Azimuthal projections use a plane to project the earth onto. 
org.deegree.cs.projections.conic Conic projections use a cone (hence it's name) to project a region of the earth. 
org.deegree.cs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
 

Uses of Projection in org.deegree.cs.persistence.deegree.d3.parsers
 

Methods in org.deegree.cs.persistence.deegree.d3.parsers that return Projection
protected  Projection ProjectionParser.parseProjection(XMLStreamReader reader)
           
 

Uses of Projection in org.deegree.cs.projections.azimuthal
 

Subclasses of Projection in org.deegree.cs.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 StereographicAlternative
          StereographicAlternative projection may be imagined to be a projection of the earth's surface onto a plane in contact with the earth at a single tangent point from the opposite end of the diameter through that tangent point.
 class StereographicAzimuthal
          The StereographicAzimuthal class allows for Stereographic Projections of the Poles, equator as well as oblique.
 

Uses of Projection in org.deegree.cs.projections.conic
 

Subclasses of Projection in org.deegree.cs.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 Projection in org.deegree.cs.projections.cylindric
 

Subclasses of Projection in org.deegree.cs.projections.cylindric
 class CylindricalProjection
          The CylindricalProjection is a super class for all cylindrical projections.
 class Mercator
          The Mercator projection has following properties: Cylindircal Conformal Meridians are equally spaced straight lines Parallels are unequally spaced straight lines closest near the equator, cutting meridians at right angles.
 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.
 



Copyright © 2011. All Rights Reserved.