deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

Packages that use Projection
org.deegree.crs.configuration.deegree.db   
org.deegree.crs.configuration.deegree.xml   
org.deegree.crs.configuration.deegree.xml.om   
org.deegree.crs.configuration.deegree.xml.stax   
org.deegree.crs.configuration.deegree.xml.stax.parsers   
org.deegree.crs.configuration.gml   
org.deegree.crs.coordinatesystems The coordinatesystems package holds 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. 
 

Uses of Projection in org.deegree.crs.configuration.deegree.db
 

Methods in org.deegree.crs.configuration.deegree.db that return Projection
protected  Projection CRSQuerier.getCustomProjection(int projectionID)
          Gets the custom Projection (that is loaded using the information in the provided classname attribute) that is identified by the supplied database internal ID.
protected  Projection CRSQuerier.getProjection(int projectionId)
          Gets the Projection identified by the supplied internal database ID
 

Methods in org.deegree.crs.configuration.deegree.db with parameters of type Projection
protected  int CRSDBExporter.export(Projection projection)
          Checks for the type of projection that is supplied and delegates the insertion to the specific methods.
(package private)  void CRSRemover.removeProjection(Projection projection)
          Removes from the database the provided projection
 

Uses of Projection in org.deegree.crs.configuration.deegree.xml
 

Methods in org.deegree.crs.configuration.deegree.xml that return Projection
 Projection DeegreeCRSProvider.getProjection(String usedProjection, GeographicCRS underlyingCRS)
           
 Projection CRSParser.getProjectionForId(String projectionId, GeographicCRS underlyingCRS)
           
 

Methods in org.deegree.crs.configuration.deegree.xml with parameters of type Projection
protected  void CRSExporter.export(Projection projection, XMLStreamWriter xmlWriter)
          Export the projection to it's appropriate deegree-crs-definitions form.
protected  void CRSExporter_0_4_0.export(Projection projection, XMLStreamWriter xmlWriter)
          Export the projection to it's appropriate deegree-crs-definitions form.
 

Method parameters in org.deegree.crs.configuration.deegree.xml with type arguments of type Projection
 void CRSExporter_0_4_0.exportProjections(XMLStreamWriter xmlWriter, Set<Projection> projections)
          Exports the given set of projections
 

Uses of Projection in org.deegree.crs.configuration.deegree.xml.om
 

Methods in org.deegree.crs.configuration.deegree.xml.om that return Projection
 Projection Parser.getProjectionForId(String usedProjection, GeographicCRS underlyingCRS)
           
protected  Projection Parser.parseProjection(org.apache.axiom.om.OMElement projectionElement, GeographicCRS underlyingCRS, Unit units)
          Parses and instantiates the projection from the given element.
 

Uses of Projection in org.deegree.crs.configuration.deegree.xml.stax
 

Methods in org.deegree.crs.configuration.deegree.xml.stax that return Projection
 Projection Parser.getProjectionForId(String id, GeographicCRS underlyingCRS)
           
 

Uses of Projection in org.deegree.crs.configuration.deegree.xml.stax.parsers
 

Methods in org.deegree.crs.configuration.deegree.xml.stax.parsers that return Projection
 Projection ProjectionParser.getProjectionForId(String projectionId, GeographicCRS underlyingCRS)
           
protected  Projection ProjectionParser.parseProjection(XMLStreamReader reader, GeographicCRS underlyingCRS)
           
 

Uses of Projection in org.deegree.crs.configuration.gml
 

Methods in org.deegree.crs.configuration.gml that return Projection
protected  Projection GMLCRSProvider.parseProjection(org.apache.axiom.om.OMElement rootElement, GeographicCRS underlyingCRS)
          For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an CRSIdentifiable Object (used for the Projections).
 

Uses of Projection in org.deegree.crs.coordinatesystems
 

Methods in org.deegree.crs.coordinatesystems that return Projection
 Projection ProjectedCRS.getProjection()
           
 

Constructors in org.deegree.crs.coordinatesystems with parameters of type Projection
ProjectedCRS(List<Transformation> transformations, Projection projection, Axis[] axisOrder, CRSIdentifiable identity)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType code)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType[] codes)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
ProjectedCRS(Projection projection, Axis[] axisOrder, CRSIdentifiable identity)
           
 

Uses of Projection in org.deegree.crs.projections
 

Methods in org.deegree.crs.projections that return Projection
abstract  Projection Projection.clone(GeographicCRS newBaseCRS)
          Creates a copy of this projection with the given GeographicCRS as the base.
 

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

Subclasses of Projection 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 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.
 

Methods in org.deegree.crs.projections.azimuthal that return Projection
 Projection StereographicAzimuthal.clone(GeographicCRS newCRS)
           
 Projection StereographicAlternative.clone(GeographicCRS newCRS)
           
 Projection LambertAzimuthalEqualArea.clone(GeographicCRS newCRS)
           
 

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

Subclasses of Projection 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.
 

Methods in org.deegree.crs.projections.conic that return Projection
 Projection LambertConformalConic.clone(GeographicCRS newCRS)
           
 

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

Subclasses of Projection in org.deegree.crs.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.
 

Methods in org.deegree.crs.projections.cylindric that return Projection
 Projection TransverseMercator.clone(GeographicCRS newCRS)
           
 Projection Mercator.clone(GeographicCRS newCRS)
           
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

]]>