org.geotools.ct.proj
Class EquatorialOrthographic
java.lang.Object
org.geotools.ct.AbstractMathTransform
org.geotools.ct.proj.MapProjection
org.geotools.ct.proj.PlanarProjection
org.geotools.ct.proj.Orthographic
org.geotools.ct.proj.ObliqueOrthographic
org.geotools.ct.proj.EquatorialOrthographic
- All Implemented Interfaces:
- MathTransform, MathTransform2D, java.io.Serializable
- public class EquatorialOrthographic
- extends ObliqueOrthographic
The equatorial case of the Orthographic
projection. This is a
simplification of the oblique case for MapProjection.latitudeOfOrigin
== 0.0.
Only the spherical form is given here.
- Version:
- $Id: EquatorialOrthographic.java 17672 2006-01-19 00:25:55Z desruisseaux $
- Author:
- Rueben Schulz
- See Also:
- Serialized Form
- Task:
- REVISIT: this code is identical to the oblique except for 6 lines.
It could be moved to the oblique with an isEquatorial flag.
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 |
inverseTransformNormalized(double x,
double y,
java.awt.geom.Point2D ptDst)
Deprecated. Transforms the specified (x,y) coordinate
and stores the result in ptDst . |
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 |
EquatorialOrthographic
protected EquatorialOrthographic(Projection parameters)
throws MissingParameterException
- Deprecated.
- Construct an equatorial orthographic 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 ObliqueOrthographic
- Throws:
ProjectionException
inverseTransformNormalized
protected java.awt.geom.Point2D inverseTransformNormalized(double x,
double y,
java.awt.geom.Point2D ptDst)
throws ProjectionException
- Deprecated.
- Transforms the specified (x,y) coordinate
and stores the result in
ptDst
.
- Overrides:
inverseTransformNormalized
in class ObliqueOrthographic
- Throws:
ProjectionException
Copyright © GeoTools. All Rights Reserved.