| 
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.PlanarProjection
org.deegree.model.csct.ct.StereographicProjection
final class StereographicProjection
Projection st�r�ographique. Les directions � partir du point central sont vrais, mais
 les aires et les longueurs deviennent de plus en plus d�form�es � mesure que l'on
 s'�loigne du centre. Cette projection est utilis�e pour repr�senter des r�gions
 polaires. Elle peut �tre appropri�e pour d'autres r�gions ayant une forme circulaire.
 
 
 
 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 | 
StereographicProjection.Provider
Informations about a StereographicProjection. | 
| 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  | 
StereographicProjection(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 map projection.  | 
protected  Point2D | 
inverseTransform(double x,
                                 double y,
                                 Point2D ptDst)
Transforms the specified ( x , y ) coordinate and stores the result in ptDst. | 
(package private)  void | 
toString(StringBuffer buffer)
Impl�mentation de la partie entre crochets de la cha�ne retourn�e par MapProjection.toString(). | 
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, 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 StereographicProjection(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 MapProjectionnull if no name is available in any locale.
protected Point2D transform(double x,
                            double y,
                            Point2D ptDst)
                     throws TransformException
ptDst.
transform in class MapProjectionx - 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 MapProjectionx - 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 MapProjectionpublic boolean equals(Object object)
equals in class MapProjectionvoid toString(StringBuffer buffer)
MapProjection.toString().
toString 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