org.geotools.ct.proj
Class EquatorialStereographic
java.lang.Object
org.geotools.ct.AbstractMathTransform
org.geotools.ct.proj.MapProjection
org.geotools.ct.proj.PlanarProjection
org.geotools.ct.proj.Stereographic
org.geotools.ct.proj.ObliqueStereographic
org.geotools.ct.proj.EquatorialStereographic
- All Implemented Interfaces:
- MathTransform, MathTransform2D, java.io.Serializable
- public class EquatorialStereographic
- extends ObliqueStereographic
The USGS equatorial case of the stereographic projection.
This is a special case of oblique stereographic projection for
MapProjection.latitudeOfOrigin
== 0.0.
- Version:
- $Id: EquatorialStereographic.java 17672 2006-01-19 00:25:55Z desruisseaux $
- Author:
- Andr? Gosselin, Martin Desruisseaux, Rueben Schulz
- See Also:
- Serialized Form
Fields inherited from class org.geotools.ct.proj.MapProjection |
centralMeridian, e, es, falseEasting, falseNorthing, globalScale, isSpherical, latitudeOfOrigin, scaleFactor, semiMajor, semiMinor |
Method Summary |
protected java.awt.geom.Point2D |
transformNormalized(double x,
double y,
java.awt.geom.Point2D ptDst)
Deprecated. Transforms the specified (x,y) coordinate (units in radians)
and stores the result in ptDst (linear distance on a unit sphere). |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EquatorialStereographic
protected EquatorialStereographic(Projection parameters)
throws MissingParameterException
- Deprecated.
- Construct an oblique stereographic projection.
- Parameters:
parameters
- The parameter values in standard units.
- Throws:
MissingParameterException
- if a mandatory parameter is missing.
transformNormalized
protected java.awt.geom.Point2D transformNormalized(double x,
double y,
java.awt.geom.Point2D ptDst)
throws ProjectionException
- Deprecated.
- Transforms the specified (x,y) coordinate (units in radians)
and stores the result in
ptDst
(linear distance on a unit sphere).
- Overrides:
transformNormalized
in class ObliqueStereographic
- Parameters:
x
- The longitude in radians.y
- The latitude in radians.ptDst
- The destination point, or null
.
- Returns:
- The projected point as a linear distance on a unit sphere.
- Throws:
ProjectionException
- if the projection failed.
Copyright © GeoTools. All Rights Reserved.