org.geotools.referencing.operation.projection
Class LambertConformalBelgium

java.lang.Object
  extended by org.geotools.referencing.wkt.Formattable
      extended by org.geotools.referencing.operation.transform.AbstractMathTransform
          extended by org.geotools.referencing.operation.projection.MapProjection
              extended by org.geotools.referencing.operation.projection.LambertConformal
                  extended by org.geotools.referencing.operation.projection.LambertConformalBelgium
All Implemented Interfaces:
java.io.Serializable, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.operation.MathTransform2D

public class LambertConformalBelgium
extends LambertConformal

Lambert Conical Conformal 2SP Belgium Projection.

Since:
2.2
Version:
$Id: LambertConformalBelgium.java 30641 2008-06-12 17:42:27Z acuster $
Author:
Rueben Schulz, Martin Desruisseaux
See Also:
lambert_conic_conformal_2sp_belgium, Serialized Form

Nested Class Summary
static class LambertConformalBelgium.Provider
          The math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).
 
Nested classes/interfaces inherited from class org.geotools.referencing.operation.projection.MapProjection
MapProjection.AbstractProvider
 
Field Summary
 
Fields inherited from class org.geotools.referencing.operation.projection.MapProjection
centralMeridian, en0, en1, en2, en3, en4, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, isSpherical, latitudeOfOrigin, LOGGER, scaleFactor, semiMajor, semiMinor
 
Fields inherited from class org.geotools.referencing.wkt.Formattable
SINGLE_LINE
 
Constructor Summary
protected LambertConformalBelgium(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.
 
Methods inherited from class org.geotools.referencing.operation.projection.LambertConformal
equals, getParameterValues, hashCode, inverseTransformNormalized, transformNormalized
 
Methods inherited from class org.geotools.referencing.operation.projection.MapProjection
getSourceDimensions, getTargetDimensions, getToleranceForAssertions, inv_mlfn, inverse, mlfn, resetWarnings, transform, transform, transform
 
Methods inherited from class org.geotools.referencing.operation.transform.AbstractMathTransform
createTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getName, isIdentity, needCopy, rollLongitude, transform, transform, transform
 
Methods inherited from class org.geotools.referencing.wkt.Formattable
cleanupThreadLocals, 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, transform, transform
 

Constructor Detail

LambertConformalBelgium

protected LambertConformalBelgium(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.

Specified by:
getParameterDescriptors in class MapProjection
Returns:
The parameter descriptors for this math transform, or null.
See Also:
OperationMethod.getParameters()


Copyright © 1996-2010 Geotools. All Rights Reserved.