Class ProjectiveTransform.ProviderLongitudeRotation
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
ProviderLongitudeRotation
- All Implemented Interfaces:
- Serializable,- IdentifiedObject,- OperationMethod,- PROJFormattable
- Enclosing class:
- ProjectiveTransform
public static final class ProjectiveTransform.ProviderLongitudeRotation
extends MathTransformProvider
The provider for the "Longitude rotation" (EPSG 9601).
- Author:
- Martin Desruisseaux (IRD)
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class MathTransformProviderMathTransformProvider.Delegate
- 
Field SummaryFieldsFields inherited from class DefaultOperationMethodsourceDimensions, targetDimensionsFields inherited from class AbstractIdentifiedObjectEMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORFields inherited from class FormattableSINGLE_LINEFields inherited from interface IdentifiedObjectALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface OperationMethodFORMULA_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected MathTransformCreates a transform from the specified group of parameter values.Returns the operation type.Methods inherited from class MathTransformProvidercreateDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, valueMethods inherited from class DefaultOperationMethodcheckDimensions, equals, formatPROJ, getFormula, getParameters, getSourceDimensions, getTargetDimensions, hashCodeMethods inherited from class AbstractIdentifiedObjectasSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatchesMethods inherited from class FormattablecleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTMethods inherited from interface IdentifiedObjectgetAlias, getIdentifiers, getName, getRemarks, toWKT
- 
Field Details- 
OFFSETThe longitude offset.
 
- 
- 
Constructor Details- 
ProviderLongitudeRotationpublic ProviderLongitudeRotation()Constructs a provider with default parameters.
 
- 
- 
Method Details- 
getOperationTypeReturns the operation type.- Overrides:
- getOperationTypein class- MathTransformProvider
- Returns:
- The GeoAPI interface implemented by this operation.
 
- 
createMathTransformprotected MathTransform createMathTransform(ParameterValueGroup values) throws ParameterNotFoundException Creates a transform from the specified group of parameter values.- Specified by:
- createMathTransformin class- MathTransformProvider
- Parameters:
- values- The group of parameter values.
- Returns:
- The created math transform.
- Throws:
- ParameterNotFoundException- if a required parameter was not found.
- See Also:
 
 
-