org.geotools.referencing.operation.projection
Class HotineObliqueMercator.Provider_TwoPoint
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
ObliqueMercator.Provider
ObliqueMercator.Provider_TwoPoint
HotineObliqueMercator.Provider_TwoPoint
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- HotineObliqueMercator
public static final class HotineObliqueMercator.Provider_TwoPoint
- extends ObliqueMercator.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).
- Since:
- 2.4
- Author:
- Rueben Schulz
- See Also:
DefaultMathTransformFactory
,
Serialized Form
Methods inherited from class MathTransformProvider |
createDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, value |
Methods inherited from class AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches |
HotineObliqueMercator.Provider_TwoPoint
public HotineObliqueMercator.Provider_TwoPoint()
- Constructs a new provider.
createMathTransform
protected MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
- Creates a transform from the specified group of parameter values.
- Overrides:
createMathTransform
in class ObliqueMercator.Provider_TwoPoint
- Parameters:
parameters
- The group of parameter values.
- Returns:
- The created math transform.
- Throws:
ParameterNotFoundException
- if a required parameter was not found.- See Also:
MathTransformProvider.Delegate
Copyright © 1996-2014 Geotools. All Rights Reserved.