|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.referencing.wkt.Formattable org.geotools.referencing.AbstractIdentifiedObject org.geotools.referencing.operation.DefaultOperationMethod org.geotools.referencing.operation.MathTransformProvider org.geotools.referencing.operation.transform.GeocentricTransform.Provider org.geotools.referencing.operation.transform.GeocentricTransform.ProviderInverse
The provider for inverse of GeocentricTransform
. This provider will construct
transforms from geocentric
to geographic coordinate
reference systems.
Nested Class Summary |
Nested classes inherited from class org.geotools.referencing.operation.MathTransformProvider |
MathTransformProvider.Delegate |
Field Summary |
Fields inherited from class org.geotools.referencing.operation.transform.GeocentricTransform.Provider |
SEMI_MAJOR, SEMI_MINOR |
Fields inherited from class org.geotools.referencing.operation.DefaultOperationMethod |
sourceDimensions, targetDimensions |
Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject |
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR |
Fields inherited from interface org.opengis.referencing.operation.OperationMethod |
FORMULA_KEY |
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary | |
GeocentricTransform.ProviderInverse()
Creates a provider. |
Method Summary | |
org.opengis.referencing.operation.MathTransform |
createMathTransform(org.opengis.parameter.ParameterValueGroup values)
Creates a transform from the specified group of parameter values. |
Methods inherited from class org.geotools.referencing.operation.transform.GeocentricTransform.Provider |
getOperationType |
Methods inherited from class org.geotools.referencing.operation.MathTransformProvider |
createDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, intValue, stringValue, value |
Methods inherited from class org.geotools.referencing.operation.DefaultOperationMethod |
checkDimensions, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions, hashCode |
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches |
Methods inherited from class org.geotools.referencing.wkt.Formattable |
toString, toWKT, toWKT, toWKT |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.referencing.IdentifiedObject |
getAlias, getIdentifiers, getName, getRemarks, toWKT |
Constructor Detail |
public GeocentricTransform.ProviderInverse()
Method Detail |
public org.opengis.referencing.operation.MathTransform createMathTransform(org.opengis.parameter.ParameterValueGroup values) throws org.opengis.parameter.ParameterNotFoundException
createMathTransform
in class GeocentricTransform.Provider
values
- The group of parameter values.
org.opengis.parameter.ParameterNotFoundException
- if a required parameter was not found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |