(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback)
| 866 | * @return gdalconst.CE_None on success or gdalconst.CE_Failure on a failure. |
| 867 | */ |
| 868 | public class gdal:public static int SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback) |
| 869 | |
| 870 | /** |
| 871 | * Removes small raster polygons. |
| 872 | * <p> |
| 873 | * Same as below with callback == null |
| 874 | * |
| 875 | * @see #SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback) |
| 876 | */ |
| 877 | public class gdal:public static int SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options) |
| 878 | |
| 879 | /** |
no outgoing calls