Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Warp.OptionsSourcecreate () creates a warping options value initialized with sane defaults.
set_* t ... set warp option fields. See the gdalwarper.h documentation for descriptions of the affected fields.
val make :
?warp_options:string list ->
?memory_limit:float ->
?resample_alg:resample_t ->
?working_data_type:(_, _) Band.Data.t ->
?src:Data_set.t ->
?dst:Data_set.t ->
?bands:(int * int) list ->
?src_no_data_real:float list ->
?src_no_data_imag:float list ->
?dst_no_data_real:float list ->
?dst_no_data_imag:float list ->
?transformer:'a Transform.t ->
unit ->
'a tCreate and initialize warp options. The arguments to make can be used to override GDAL's defaults. The parameters match the set_* functions above.