org.geotools.referencing.operation.projection
Class LambertConformal2SP
Object
Formattable
AbstractMathTransform
MapProjection
LambertConformal
LambertConformal2SP
- All Implemented Interfaces:
- Serializable, MathTransform, MathTransform2D
public class LambertConformal2SP
- extends LambertConformal
Lambert Conical Conformal 2SP Projection.
- Since:
- 2.2
- Author:
- Martin Desruisseaux, Rueben Schulz
- See Also:
- lambert_conic_conformal_2sp,
Serialized Form
Fields inherited from class MapProjection |
centralMeridian, en0, en1, en2, en3, en4, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, invertible, isSpherical, latitudeOfOrigin, LOGGER, scaleFactor, semiMajor, semiMinor |
Methods inherited from class MapProjection |
checkReciprocal, getSourceDimensions, getTargetDimensions, getToleranceForAssertions, inv_mlfn, inverse, mlfn, orthodromicDistance, resetWarnings, transform, transform, transform |
Methods inherited from class AbstractMathTransform |
createTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getName, isIdentity, needCopy, rollLongitude, transform, transform, transform |
LambertConformal2SP
protected LambertConformal2SP(ParameterValueGroup parameters)
throws ParameterNotFoundException
- Constructs a new map projection from the supplied parameters.
- Parameters:
parameters
- The parameter values in standard units.
- Throws:
ParameterNotFoundException
- if a mandatory parameter is missing.
getParameterDescriptors
public 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-2014 Geotools. All Rights Reserved.