Uses of Class
org.meteoinfo.geoprocess.analysis.ResampleMethods
-
Packages that use ResampleMethods Package Description org.meteoinfo.data org.meteoinfo.geoprocess.analysis -
-
Uses of ResampleMethods in org.meteoinfo.data
Methods in org.meteoinfo.data with parameters of type ResampleMethods Modifier and Type Method Description GridArrayGridArray. project(ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod)Project grid dataGridDataGridData. project(ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)Project grid dataGridDataGridData. project(ProjectionInfo fromProj, ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)Project grid dataStationDataGridData. project(ProjectionInfo fromProj, ProjectionInfo toProj, StationData stData, ResampleMethods resampleMethod)Project grid data to station dataGridDataGridData. project(ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod)Project grid datastatic ucar.ma2.ArrayArrayUtil. reproject(ucar.ma2.Array data, java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y, java.util.List<java.lang.Number> rx, java.util.List<java.lang.Number> ry, ProjectionInfo fromProj, ProjectionInfo toProj, double fill_value, ResampleMethods resampleMethod)Reprojectstatic java.lang.Object[]ArrayUtil. reproject(ucar.ma2.Array data, java.util.List<java.lang.Number> xx, java.util.List<java.lang.Number> yy, ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods method)Project grid datastatic ucar.ma2.ArrayArrayUtil. reproject(ucar.ma2.Array data, java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y, ucar.ma2.Array rx, ucar.ma2.Array ry, ProjectionInfo fromProj, ProjectionInfo toProj, double fill_value, ResampleMethods resampleMethod)Reprojectstatic ucar.ma2.ArrayArrayUtil. reproject(ucar.ma2.Array data, java.util.List<java.lang.Number> x, java.util.List<java.lang.Number> y, ucar.ma2.Array rx, ucar.ma2.Array ry, ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod)ReprojectGridDataGridData. resample(GridData toGridData, ResampleMethods method)Resample grid data -
Uses of ResampleMethods in org.meteoinfo.geoprocess.analysis
Methods in org.meteoinfo.geoprocess.analysis that return ResampleMethods Modifier and Type Method Description static ResampleMethodsResampleMethods. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResampleMethods[]ResampleMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.
-