extract_dimensions


Description:

public bool extract_dimensions (File file, out VectorLoadData data) throws Error

Extracts native or suggested dimensions from file, which must be a vector file in the right format supported by this.

It is considered a programming error to pass a file of invalid format.

Parameters:

this

the associated VectorLoadProcedure.

file

a [iface@Gio.File] which can be processed by this.

data

the returned dimension data.

Returns:

true if dimensions could be extracted.