org.geotools.ct.proj
Class Orthographic

java.lang.Object
  extended byorg.geotools.ct.AbstractMathTransform
      extended byorg.geotools.ct.proj.MapProjection
          extended byorg.geotools.ct.proj.PlanarProjection
              extended byorg.geotools.ct.proj.Orthographic
All Implemented Interfaces:
MathTransform, MathTransform2D, java.io.Serializable
Direct Known Subclasses:
ObliqueOrthographic, PolarOrthographic

Deprecated. Replaced by Orthographic.

public abstract class Orthographic
extends PlanarProjection

Orthographic Projection. This is a perspective azimuthal (planar) projection that is neither conformal nor equal-area. It resembles a globe and only one hemisphere can be seen at a time, since it is a perspectiove projection from infinite distance. While not useful for accurate measurements, this projection is useful for pictorial views of the world. Only the spherical form is given here.

NOTE: formulae used below are from a port, to java, of the 'proj4' package of the USGS survey. USGS work is acknowledged here.

References:

Version:
$Id: Orthographic.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Rueben Schulz
See Also:
Orthographic projection on mathworld.wolfram.com, "Orthographic" on www.remotesensing.org, Serialized Form

Field Summary
 
Fields inherited from class org.geotools.ct.proj.MapProjection
centralMeridian, e, es, falseEasting, falseNorthing, globalScale, isSpherical, latitudeOfOrigin, scaleFactor, semiMajor, semiMinor
 
Fields inherited from interface org.geotools.ct.MathTransform2D
IDENTITY
 
Constructor Summary
protected Orthographic(Projection parameters)
          Deprecated. Construct a new map projection from the supplied parameters.
 
Method Summary
 boolean equals(java.lang.Object object)
          Deprecated. Compares the specified object with this map projection for equality.
 java.lang.String getName(java.util.Locale locale)
          Deprecated. Returns a human readable name localized for the specified locale.
 
Methods inherited from class org.geotools.ct.proj.MapProjection
getDimSource, getDimTarget, hashCode, inverse, inverseTransformNormalized, toString, transform, transform, transform, transformNormalized
 
Methods inherited from class org.geotools.ct.AbstractMathTransform
createTransformedShape, derivative, derivative, fromGeoAPI, isIdentity, transform
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.geotools.ct.MathTransform2D
createTransformedShape, derivative
 
Methods inherited from interface org.geotools.ct.MathTransform
derivative, isIdentity, transform
 

Constructor Detail

Orthographic

protected Orthographic(Projection parameters)
                throws MissingParameterException
Deprecated. 
Construct a new map projection from the supplied parameters.

Parameters:
parameters - The parameter values in standard units.
Throws:
MissingParameterException - if a mandatory parameter is missing.
Method Detail

getName

public java.lang.String getName(java.util.Locale locale)
Deprecated. 
Returns a human readable name localized for the specified locale.

Specified by:
getName in class MapProjection

equals

public boolean equals(java.lang.Object object)
Deprecated. 
Compares the specified object with this map projection for equality.

Overrides:
equals in class MapProjection


Copyright © GeoTools. All Rights Reserved.