org.deegree.crs.projections.cylindric
Class CylindricalProjection
java.lang.Object
org.deegree.crs.CRSIdentifiable
org.deegree.crs.projections.Projection
org.deegree.crs.projections.cylindric.CylindricalProjection
- Direct Known Subclasses:
- Mercator, TransverseMercator
public abstract class CylindricalProjection
- extends Projection
The CylindricalProjection
is a super class for all cylindrical projections.
(From Snyder p.97)
Cylindrical projections are used primarily for complete world maps, or for maps along narrow strips of a great circle
arc, such as the Equator, a meridian or an oblique great circle.
- Version:
- $Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Mi, 17 Jun 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Methods inherited from class org.deegree.crs.projections.Projection |
clone, doInverseProjection, doProjection, equals, getCosphi0, getDatum, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getGeographicCRS, getImplementationName, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, hashCode, isConformal, isEqualArea, isSpherical, setFalseEasting, setScale, toString |
Methods inherited from class org.deegree.crs.CRSIdentifiable |
addAreaOfUse, addName, checkForNullObject, checkForNullObject, checkForNullObject, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion |
CylindricalProjection
public CylindricalProjection(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
boolean conformal,
boolean equalArea,
CRSIdentifiable id)
- Parameters:
geographicCRS
- falseNorthing
- falseEasting
- naturalOrigin
- units
- scale
- conformal
- equalArea
- id
- an identifiable instance containing information about this projection
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>