MCPcopy Create free account
hub / github.com/OSGeo/gdal / AutoCreateWarpedVRT

Method AutoCreateWarpedVRT

swig/java/javadoc.java:1007–1016  ·  view source on GitHub ↗
(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg, double maxError)

Source from the content-addressed store, hash-verified

1005 * @return null on failure, or a new virtual dataset handle on success.
1006 */
1007public 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 */
1017public class gdal:public static Dataset AutoCreateWarpedVRT(Dataset src_ds, String src_wkt, String dst_wkt, int eResampleAlg)
1018
1019/**

Calls

no outgoing calls