(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg, double maxError)
| 1005 | * @return null on failure, or a new virtual dataset handle on success. |
| 1006 | */ |
| 1007 | public class gdal:public static Dataset AutoCreateWarpedVRT(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg, double maxError) |
| 1008 | |
| 1009 | /** |
| 1010 | * Create virtual warped dataset automatically. |
| 1011 | * <p> |
| 1012 | * Same as below with maxError == 0.0 |
| 1013 | * |
| 1014 | * @see #AutoCreateWarpedVRT(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg, double maxError) |
| 1015 | * |
| 1016 | */ |
| 1017 | public class gdal:public static Dataset AutoCreateWarpedVRT(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg) |
| 1018 | |
| 1019 | /** |
no outgoing calls