public static class GeocentricTransform.Provider extends MathTransformProvider
GeocentricTransform. This provider will constructs transforms from
 geographic to geocentric coordinate reference systems.MathTransformProvider.Delegate| Modifier and Type | Field and Description | 
|---|---|
| static ParameterDescriptor<Double> | SEMI_MAJORThe operation parameter descriptor for the "semi_major" parameter value. | 
| static ParameterDescriptor<Double> | SEMI_MINORThe operation parameter descriptor for the "semi_minor" parameter value. | 
sourceDimensions, targetDimensionsEMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORSINGLE_LINEFORMULA_KEYALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Constructor and Description | 
|---|
| Provider()Constructs a provider with default parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MathTransform | createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values. | 
| Class<Conversion> | getOperationType()Returns the operation type. | 
createDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, valuecheckDimensions, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions, hashCodeasSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatchescleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTgetAlias, getIdentifiers, getName, getRemarks, toWKTpublic static final ParameterDescriptor<Double> SEMI_MAJOR
public static final ParameterDescriptor<Double> SEMI_MINOR
public Class<Conversion> getOperationType()
getOperationType in class MathTransformProviderprotected MathTransform createMathTransform(ParameterValueGroup values) throws ParameterNotFoundException
createMathTransform in class MathTransformProvidervalues - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.MathTransformProvider.DelegateCopyright © 1996–2019 Geotools. All rights reserved.