public class HotineObliqueMercator extends ObliqueMercator
oblique mercator
projection, except that coordinates start at the intersection of the central line and the equator
of the aposphere.Modifier and Type | Class and Description |
---|---|
static class |
HotineObliqueMercator.Provider
The math transform
provider for a Hotine Oblique Mercator projection (EPSG
code 9812).
|
static class |
HotineObliqueMercator.Provider_TwoPoint
The math transform
provider for a Hotine Oblique Mercator projection,
specified with two points on the central line (instead of a central point and azimuth).
|
MapProjection.AbstractProvider
azimuth, latitudeOfCentre, longitudeOfCentre, rectifiedGridAngle
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 |
HotineObliqueMercator(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescriptorGroup |
getParameterDescriptors()
Returns the parameter descriptors for this map projection.
|
equals, getParameterValues, getToleranceForAssertions, hashCode, inverseTransformNormalized, transformNormalized
checkReciprocal, getSourceDimensions, getTargetDimensions, inv_mlfn, inverse, mlfn, orthodromicDistance, resetWarnings, transform, transform, transform
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 HotineObliqueMercator(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- The parameter values in standard units.ParameterNotFoundException
- if a mandatory parameter is missing.public ParameterDescriptorGroup getParameterDescriptors()
MapProjection.getParameterValues()
, as well as arguments checking.getParameterDescriptors
in class ObliqueMercator
null
.OperationMethod.getParameters()
Copyright © 1996–2019 Geotools. All rights reserved.