Uses of Class
org.apache.sis.internal.referencing.provider.DatumShiftGridFile.Float
Packages that use DatumShiftGridFile.Float
-
Uses of DatumShiftGridFile.Float in org.apache.sis.internal.referencing.provider
Fields in org.apache.sis.internal.referencing.provider declared as DatumShiftGridFile.FloatModifier and TypeFieldDescription(package private) DatumShiftGridFile.Float<javax.measure.quantity.Angle,
javax.measure.quantity.Angle> NADCON.Loader.grid
The grid created byNADCON.Loader.readGrid(FloatBuffer, Loader, Path)
.Methods in org.apache.sis.internal.referencing.provider that return DatumShiftGridFile.FloatModifier and TypeMethodDescription(package private) static DatumShiftGridFile.Float<javax.measure.quantity.Angle,
javax.measure.quantity.Length> FranceGeocentricInterpolation.load
(BufferedReader in, Path file) Unconditionally loads the grid for the given file without in-memory compression.Methods in org.apache.sis.internal.referencing.provider with parameters of type DatumShiftGridFile.FloatModifier and TypeMethodDescription(package private) static <C extends javax.measure.Quantity<C>,
T extends javax.measure.Quantity<T>>
DatumShiftGridFile<C,T> DatumShiftGridCompressed.compress
(DatumShiftGridFile.Float<C, T> grid, double[] averages, double scale) Tries to compress the given grid.