public abstract static class AzimuthalEquidistant.Abstract extends MapProjection
MapProjection.AbstractProvider
Modifier and Type | Field and Description |
---|---|
protected double |
cosph0
The cosine of the central latitude of the projection.
|
protected AzimuthalEquidistant.Mode |
mode
The mode or aspect of the projection.
|
protected double |
sinph0
The sine of the central latitude of the projection.
|
centralMeridian, en0, en1, en2, en3, en4, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, invertible, isSpherical, latitudeOfOrigin, LOGGER, scaleFactor, semiMajor, semiMinor, SKIP_SANITY_CHECKS
SINGLE_LINE
Modifier | Constructor and Description |
---|---|
protected |
Abstract(ParameterValueGroup parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescriptorGroup |
getParameterDescriptors()
The descriptors for the parameters that define the projection.
|
ParameterValueGroup |
getParameterValues()
Return the values of the parameters that define the projection.
|
checkReciprocal, equals, getSourceDimensions, getTargetDimensions, getToleranceForAssertions, hashCode, inv_mlfn, inverse, inverseTransformNormalized, mlfn, orthodromicDistance, resetWarnings, transform, transform, transform, transformNormalized
createTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getName, isIdentity, needCopy, normalizeAngle, rollLongitude, transform, transform, transform
cleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKT
createTransformedShape, derivative
derivative, isIdentity, toWKT, transform, transform, transform
protected final AzimuthalEquidistant.Mode mode
protected final double sinph0
protected final double cosph0
protected Abstract(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- the parameters that define this projectionParameterNotFoundException
public ParameterDescriptorGroup getParameterDescriptors()
getParameterDescriptors
in class MapProjection
null
.MapProjection.getParameterDescriptors()
public ParameterValueGroup getParameterValues()
getParameterValues
in class MapProjection
MapProjection.getParameterValues()
Copyright © 1996–2023 Geotools. All rights reserved.