public static final class IdrObliqueMercator.Provider_Hotine_TwoPoint extends IdrObliqueMercator.Provider_TwoPoint
org.geotools.referencing.operation.MathTransformProvider
for a Hotine IdrObliqueMercator projection, specified with
two points on the central line (instead of a central point and azimuth).org.geotools.referencing.operation.DefaultMathTransformFactoryLAT_OF_1ST_POINT, LAT_OF_2ND_POINT, LAT_OF_CENTRE, LONG_OF_1ST_POINT, LONG_OF_2ND_POINTAZIMUTH, FALSE_EASTING_LOCAL, FALSE_NORTHING_LOCAL, LONG_OF_CENTRE, RECTIFIED_GRID_ANGLE, SCALE_FACTOR_LOCAL| Constructor and Description |
|---|
Provider_Hotine_TwoPoint()
Constructs a new provider.
|
| Modifier and Type | Method and Description |
|---|---|
MathTransform |
createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.
|
protected java.lang.Class |
getOperationType()
Returns the operation type for this map projection.
|
public Provider_Hotine_TwoPoint()
protected java.lang.Class getOperationType()
getOperationType in class IdrObliqueMercator.Provider_TwoPointpublic MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
createMathTransform in class IdrObliqueMercator.Provider_TwoPointparameters - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.