public static class NADCONTransform.Provider extends MathTransformProvider
NADCONTransform
. This provider will construct transforms from
geographic to geographic coordinate reference systems.MathTransformProvider.Delegate
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
LAT_DIFF_FILE
The operation parameter descriptor for the "Latitude_difference_file" parameter value.
|
static ParameterDescriptor |
LONG_DIFF_FILE
The operation parameter descriptor for the "Longitude_difference_file" parameter value.
|
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
Constructor and Description |
---|
Provider()
Constructs a provider.
|
Modifier and Type | Method and Description |
---|---|
protected MathTransform |
createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.
|
Class<Transformation> |
getOperationType()
Returns the operation type.
|
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_DIFF_FILE
public static final ParameterDescriptor LONG_DIFF_FILE
public Class<Transformation> getOperationType()
getOperationType
in class MathTransformProvider
protected MathTransform createMathTransform(ParameterValueGroup values) throws ParameterNotFoundException, FactoryException
createMathTransform
in class MathTransformProvider
values
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.FactoryException
- if there is a problem creating this math transform.MathTransformProvider.Delegate
Copyright © 1996–2019 Geotools. All rights reserved.