public class RasterProcessFunc extends Object
| Constructor and Description |
|---|
RasterProcessFunc() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
clipRasterFile(List<String> srcFilePaths,
String targetFilePath,
com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry,
int targetSrid,
Double nodataValue) |
static boolean |
clipRasterFile(List<String> srcFilePaths,
String targetFilePath,
com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry,
int targetSrid,
double targetResolution,
Double nodataValue) |
static boolean |
clipRasterFile(List<String> srcFilePaths,
String targetFilePath,
com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry,
int targetSrid,
double targetResolution,
Double nodataValue,
RasterProgressCallback progressCallback) |
public static boolean clipRasterFile(List<String> srcFilePaths, String targetFilePath, com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry, int targetSrid, Double nodataValue)
public static boolean clipRasterFile(List<String> srcFilePaths, String targetFilePath, com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry, int targetSrid, double targetResolution, Double nodataValue)
public static boolean clipRasterFile(List<String> srcFilePaths, String targetFilePath, com.geoway.adf.gis.basic.geometry.IGeometry clipGeometry, int targetSrid, double targetResolution, Double nodataValue, RasterProgressCallback progressCallback)
Copyright © 2025. All rights reserved.