public static class ObliqueMercator.Provider_TwoPoint extends ObliqueMercator.Provider
DefaultMathTransformFactory
,
Serialized FormMathTransformProvider.Delegate
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
LAT_OF_1ST_POINT
The operation parameter descriptor for the
latitudeOf1stPoint parameter value. |
static ParameterDescriptor |
LAT_OF_2ND_POINT
The operation parameter descriptor for the
latitudeOf2ndPoint parameter value. |
static ParameterDescriptor |
LONG_OF_1ST_POINT
The operation parameter descriptor for the
longitudeOf1stPoint parameter value. |
static ParameterDescriptor |
LONG_OF_2ND_POINT
The operation parameter descriptor for the
longitudeOf2ndPoint parameter value. |
AZIMUTH, LATITUDE_OF_CENTRE, LONGITUDE_OF_CENTRE, RECTIFIED_GRID_ANGLE
CENTRAL_MERIDIAN, FALSE_EASTING, FALSE_NORTHING, LATITUDE_OF_ORIGIN, SCALE_FACTOR, SEMI_MAJOR, SEMI_MINOR, STANDARD_PARALLEL_1, STANDARD_PARALLEL_2
sourceDimensions, targetDimensions
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR
SINGLE_LINE
FORMULA_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier | Constructor and Description |
---|---|
|
Provider_TwoPoint()
Constructs a new provider.
|
protected |
Provider_TwoPoint(ParameterDescriptorGroup params)
Constructs a new provider.
|
Modifier and Type | Method and Description |
---|---|
protected MathTransform |
createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.
|
getOperationType
doubleValue
createDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, value
checkDimensions, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions, hashCode
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches
cleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKT
getAlias, getIdentifiers, getName, getRemarks, toWKT
public static final ParameterDescriptor LAT_OF_1ST_POINT
latitudeOf1stPoint
parameter value.
Valid values range is from -90 to 90°. Default value is 0.public static final ParameterDescriptor LONG_OF_1ST_POINT
longitudeOf1stPoint
parameter value.
Valid values range is from -180 to 180°. Default value is 0.public static final ParameterDescriptor LAT_OF_2ND_POINT
latitudeOf2ndPoint
parameter value.
Valid values range is from -90 to 90°. Default value is 0.public static final ParameterDescriptor LONG_OF_2ND_POINT
longitudeOf2ndPoint
parameter value.
Valid values range is from -180 to 180°. Default value is 0.public Provider_TwoPoint()
protected Provider_TwoPoint(ParameterDescriptorGroup params)
params
- A description of parameters.protected MathTransform createMathTransform(ParameterValueGroup parameters) throws ParameterNotFoundException
createMathTransform
in class ObliqueMercator.Provider
parameters
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.MathTransformProvider.Delegate
Copyright © 1996–2019 Geotools. All rights reserved.