Uses of Class
org.apache.sis.internal.referencing.provider.DatumShiftGridGroup
Packages that use DatumShiftGridGroup
-
Uses of DatumShiftGridGroup in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider that return DatumShiftGridGroupModifier and TypeMethodDescription(package private) static <C extends javax.measure.Quantity<C>,T extends javax.measure.Quantity<T>>
DatumShiftGridGroup<C,T> DatumShiftGridGroup.create(Path file, List<DatumShiftGridFile<C, T>> subgrids) Puts the given sub-grid in a group.Constructors in org.apache.sis.internal.referencing.provider with parameters of type DatumShiftGridGroupModifierConstructorDescriptionprivateDatumShiftGridGroup(DatumShiftGridGroup<C, T> other, DatumShiftGridFile<C, T>[] data) Creates a new grid sharing the same data than an existing grid.