org.geotools.referencing.operation.projection
Class Orthographic

java.lang.Object
  extended byorg.geotools.referencing.wkt.Formattable
      extended byorg.geotools.referencing.operation.transform.AbstractMathTransform
          extended byorg.geotools.referencing.operation.projection.MapProjection
              extended byorg.geotools.referencing.operation.projection.Orthographic
All Implemented Interfaces:
org.opengis.referencing.operation.MathTransform, org.opengis.referencing.operation.MathTransform2D, java.io.Serializable
Direct Known Subclasses:
OrthographicOblique, OrthographicPolar

public abstract class Orthographic
extends MapProjection

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 'proj' package of the USGS survey. USGS work is acknowledged here.

References:

Since:
2.1
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

Nested Class Summary
static class Orthographic.Provider
          The MathTransformProvider for a Orthographic projection.
 
Nested classes inherited from class org.geotools.referencing.operation.projection.MapProjection
MapProjection.AbstractProvider
 
Field Summary
 
Fields inherited from class org.geotools.referencing.operation.projection.MapProjection
centralMeridian, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, isSpherical, latitudeOfOrigin, scaleFactor, semiMajor, semiMinor
 
Method Summary
 boolean equals(java.lang.Object object)
          Compares the specified object with this map projection for equality.
 org.opengis.parameter.ParameterDescriptorGroup getParameterDescriptors()
          Returns the parameter descriptors for this map projection. This is used for a providing a default implementation of MapProjection.getParameterValues(), as well as arguments checking.
 
Methods inherited from class org.geotools.referencing.operation.projection.MapProjection
getParameterValues, getSourceDimensions, getTargetDimensions, getToleranceForAssertions, hashCode, inverse, inverseTransformNormalized, transform, transform, transform, transformNormalized
 
Methods inherited from class org.geotools.referencing.operation.transform.AbstractMathTransform
createTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getDimSource, getDimTarget, isIdentity, needCopy, rollLongitude, transform
 
Methods inherited from class org.geotools.referencing.wkt.Formattable
toString, toWKT, toWKT, toWKT
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.referencing.operation.MathTransform2D
createTransformedShape, derivative
 
Methods inherited from interface org.opengis.referencing.operation.MathTransform
derivative, isIdentity, toWKT, transform
 

Method Detail

getParameterDescriptors

public org.opengis.parameter.ParameterDescriptorGroup getParameterDescriptors()
Returns the parameter descriptors for this map projection. This is used for a providing a default implementation of MapProjection.getParameterValues(), as well as arguments checking.

Specified by:
getParameterDescriptors in class MapProjection

equals

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

Overrides:
equals in class MapProjection


Copyright © GeoTools. All Rights Reserved.