Class LambertConformal1SP
Object
Formattable
AbstractMathTransform
MapProjection
LambertConformal
LambertConformal1SP
- All Implemented Interfaces:
- Serializable,- MathTransform,- MathTransform2D
Lambert Conical Conformal 1SP Projection.
- Since:
- 2.2
- Author:
- Martin Desruisseaux, Rueben Schulz
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).Nested classes/interfaces inherited from class MapProjectionMapProjection.AbstractProvider
- 
Field SummaryFields inherited from class MapProjectioncentralMeridian, en0, en1, en2, en3, en4, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, invertible, isSpherical, latitudeOfOrigin, LOGGER, scaleFactor, semiMajor, semiMinor, SKIP_SANITY_CHECKSFields inherited from class FormattableSINGLE_LINE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedLambertConformal1SP(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the parameter descriptors for this map projection.Methods inherited from class LambertConformalequals, getParameterValues, hashCode, inverseTransformNormalized, transformNormalizedMethods inherited from class MapProjectioncheckReciprocal, getSourceDimensions, getTargetDimensions, getToleranceForAssertions, inv_mlfn, inverse, mlfn, orthodromicDistance, resetWarnings, transform, transform, transformMethods inherited from class AbstractMathTransformcreateTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getName, isIdentity, needCopy, normalizeAngle, rollLongitude, transform, transform, transformMethods inherited from class FormattablecleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTMethods inherited from interface MathTransformderivative, isIdentity, toWKT, transform, transform, transformMethods inherited from interface MathTransform2DcreateTransformedShape, derivative
- 
Constructor Details- 
LambertConformal1SPConstructs a new map projection from the supplied parameters.- Parameters:
- parameters- The parameter values in standard units.
- Throws:
- ParameterNotFoundException- if a mandatory parameter is missing.
 
 
- 
- 
Method Details- 
getParameterDescriptorsReturns the parameter descriptors for this map projection. This is used for a providing a default implementation ofMapProjection.getParameterValues(), as well as arguments checking.- Specified by:
- getParameterDescriptorsin class- MapProjection
- Returns:
- The parameter descriptors for this math transform, or null.
- See Also:
 
 
-