org.geotools.referencing.operation.projection
Class PlateCarree

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.EquidistantCylindrical
                  extended byorg.geotools.referencing.operation.projection.PlateCarree
All Implemented Interfaces:
org.opengis.referencing.operation.MathTransform, org.opengis.referencing.operation.MathTransform2D, java.io.Serializable

public class PlateCarree
extends EquidistantCylindrical

Plate Carree (or Equirectangular) projection. This is a particular case of Equidistant Cylindrical projection where the is 0?.

Since:
2.2
Version:
$Id: PlateCarree.java 18048 2006-02-16 02:35:17Z desruisseaux $
Author:
John Grange, Martin Desruisseaux
See Also:
"Equirectangular" on Remote Sensing, Serialized Form

Nested Class Summary
static class PlateCarree.Provider
          The MathTransformProvider for an Plate Carree 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
 
Constructor Summary
protected PlateCarree(org.opengis.parameter.ParameterValueGroup parameters)
          Constructs a new map projection from the supplied parameters.
 
Method Summary
 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.EquidistantCylindrical
equals, getParameterValues, hashCode, inverseTransformNormalized, transformNormalized
 
Methods inherited from class org.geotools.referencing.operation.projection.MapProjection
getSourceDimensions, getTargetDimensions, getToleranceForAssertions, inverse, transform, transform, transform
 
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
 

Constructor Detail

PlateCarree

protected PlateCarree(org.opengis.parameter.ParameterValueGroup parameters)
               throws org.opengis.parameter.ParameterNotFoundException
Constructs a new map projection from the supplied parameters.

Parameters:
parameters - The parameter values in standard units.
Throws:
org.opengis.parameter.ParameterNotFoundException - if a mandatory parameter is missing.
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.

Overrides:
getParameterDescriptors in class EquidistantCylindrical


Copyright © GeoTools. All Rights Reserved.