org.geotools.referencing.operation.projection
Class Orthographic
java.lang.Object
org.geotools.referencing.wkt.Formattable
org.geotools.referencing.operation.transform.AbstractMathTransform
org.geotools.referencing.operation.projection.MapProjection
org.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:
- Proj-4.4.7 available at www.remotesensing.org/proj
Relevant files are: , and .
- John P. Snyder (Map Projections - A Working Manual,
U.S. Geological Survey Professional Paper 1395, 1987)
- 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
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 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 |
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.