|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.model.csct.ct.AbstractMathTransform
org.deegree.model.csct.ct.MapProjection
org.deegree.model.csct.ct.CylindricalProjection
org.deegree.model.csct.ct.MercatorProjection
final class MercatorProjection
Projection cylindrique de Mercator. Les parall�les et les m�ridients apparaissent
comme des lignes droites et se croisent � angles droits; cette projection produit
donc des cartes rectangulaires. L'�chelle est vrai le long de l'�quateur (par d�faut)
ou le long de deux parall�les �quidistants de l'�quateur. Cette projection est utilis�e
pour repr�senter des r�gions pr�s de l'�quateur. Elle est aussi souvent utilis�e pour la
navigation maritime parce que toutes les lignes droites sur la carte sont des lignes
loxodromiques, c'est-�-dire qu'un navire suivant cette ligne garderait un azimuth
constant sur son compas.
R�f�rence: John P. Snyder (Map Projections - A Working Manual,
U.S. Geological Survey Professional Paper 1395, 1987)
Nested Class Summary | |
---|---|
(package private) static class |
MercatorProjection.Provider
Informations about a MercatorProjection . |
Field Summary |
---|
Fields inherited from class org.deegree.model.csct.ct.MapProjection |
---|
a, b, centralLatitude, centralMeridian, e, EPS, es, false_easting, false_northing, isSpherical, TOL |
Constructor Summary | |
---|---|
protected |
MercatorProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
Method Summary | |
---|---|
boolean |
equals(Object object)
Compares the specified object with this map projection for equality. |
String |
getName()
Returns a human readable name localized for the specified locale. |
int |
hashCode()
Returns a hash value for this projection. |
protected Point2D |
inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
transform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
Methods inherited from class org.deegree.model.csct.ct.MapProjection |
---|
cphi2, createTransformedShape, getDimSource, getDimTarget, inverse, inverseTransform, inverseTransform, inverseTransform, isIdentity, latitudeToRadians, longitudeToRadians, msfn, toString, toString, transform, transform, transform, tsfn |
Methods inherited from class org.deegree.model.csct.ct.AbstractMathTransform |
---|
addParameter, addParameter, createTransformedShape, derivative, derivative, paramMT, transform |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.model.csct.ct.MathTransform2D |
---|
derivative |
Methods inherited from interface org.deegree.model.csct.ct.MathTransform |
---|
derivative, transform |
Constructor Detail |
---|
protected MercatorProjection(Projection parameters) throws MissingParameterException
parameters
- The parameter values in standard units.
MissingParameterException
- if a mandatory parameter is missing.Method Detail |
---|
public String getName()
getName
in class MapProjection
null
if no name is available in any locale.protected Point2D transform(double x, double y, Point2D ptDst) throws TransformException
ptDst
.
transform
in class MapProjection
x
- The longitude of the coordinate, in radians.y
- The latitude of the coordinate, in radians.ptDst
- the specified coordinate point that stores the
result of transforming ptSrc
, or
null
. Ordinates will be in metres.
ptSrc
and stroring the result in ptDst
.
TransformException
- if the point can't be transformed.protected Point2D inverseTransform(double x, double y, Point2D ptDst) throws TransformException
ptDst
.
inverseTransform
in class MapProjection
x
- The longitude of the coordinate, in metres.y
- The latitude of the coordinate, in metres.ptDst
- the specified coordinate point that stores the
result of transforming ptSrc
, or
null
. Ordinates will be in radians.
ptSrc
and stroring the result in ptDst
.
TransformException
- if the point can't be transformed.public int hashCode()
hashCode
in class MapProjection
public boolean equals(Object object)
equals
in class MapProjection
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net