Uses of Enum
org.apache.sis.internal.referencing.provider.DatumShiftMethod
Packages that use DatumShiftMethod
-
Uses of DatumShiftMethod in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider that return DatumShiftMethodModifier and TypeMethodDescriptionstatic DatumShiftMethod
DatumShiftMethod.forAccuracy
(double desired) Suggests an operation method for the given accuracy.static DatumShiftMethod
Returns the enum constant of this type with the specified name.static DatumShiftMethod[]
DatumShiftMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.referencing.provider with parameters of type DatumShiftMethodModifier and TypeMethodDescriptionstatic org.opengis.parameter.ParameterValueGroup
GeocentricAffine.createParameters
(org.opengis.referencing.cs.CoordinateSystem sourceCS, org.opengis.referencing.cs.CoordinateSystem targetCS, org.opengis.referencing.operation.Matrix datumShift, DatumShiftMethod method) Returns the parameters for creating a datum shift operation.