.
<Inserir a descrição do algoritmo aqui>
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição da saída aqui>
processing.runalg('gdalogr:executesql', input, sql, output)
Imports vector layers inside a PostGIS database on the basis of an available connection. The connection has to be defined properly with the ‘Add PostGIS Table(s)’ dialog before. Use the ‘Edit’ button to define the connection. Be aware that the checkboxes ‘Save Username’ and ‘Save Password’ are activated. Then you can use the algorithm. The algorithm is derived from the ogr2ogr utility .
Requires the database (connection) name.
Opções:
Padrão: 0
Defines the output geometry type. By default this is Polygon.
Opções:
1 — NENHUM
2 — GEOMETRIA
3 — PONTO
5 — POLÍGONO
Padrão: 5
CRS of the input vector layer.
Padrão: EPSG:4326
Defines the output CRS of the database table.
Padrão: EPSG:4326
Opcional.
Defines the schema to which the database table will be assigned to. By default, ‘public’ is chosen.
Default: public
Opcional.
Defines a name for the table that will be imported into the database. By default the table name is the name of the input vector file.
Padrão: (não definido)
Opcional.
Defines which attribute field will be the primary key of the database table. By default this is ‘id’.
Padrão: id
Opcional.
Defines in which attribute field of the database there will be the geometry information. By default it will be taken from the ‘geom’ column.
Padrão: geom
Defines if the vector file to be imported has 2-D or 3-D data.
Opções:
Padrão: 0
Opcional.
Defines a distance tolerance for the simplification of the vector geometries to be imported. By default no simplification there is no simplification.
Padrão: (não definido)
Opcional.
The maximum distance between two nodes. Used to create intermediate points. By default there is no maximum distance.
Padrão: (não definido)
You can select features from a given extent that will be in the output table.
Padrão: 0,1,0,1
The input layer will be clipped by the extent you defined before.
Padrão: Falso
Opcional.
Defines with a SQL “WHERE” statement which features should be selected for the output table.
Padrão: (não definido)
Opcional.
You can group the input features in transactions where “n” defines the size. By default “n” limits the transaction size to 20000 features.
Padrão: (não definido)
If there is a table with the same name in the database, it won’t be overwritten. By default this takes place.
Padrão: True
<insira a descrição do parâmetro aqui>
Padrão: Falso
If activated the vector data will be appended to an existing table, there won’t be created a new table. By default a new table will be created.
Padrão: Falso
With this option you can prevent processing from converting column names to lowercase, from removing spaces and other invalid characters.
Padrão: Falso
Prevents that a spatial index in the output table will be created.
Padrão: Falso
<insira a descrição do parâmetro aqui>
Padrão: Falso
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
processing.runalg('gdalogr:importvectorintopostgisdatabaseavailableconnections', database, input_layer, gtype, s_srs, t_srs, schema, table, pk, geocolumn, dim, simplify, segmentize, spat, clip, where, gt, overwrite, append, addfields, launder, index, skipfailures, options)
Imports vector layers inside a PostGIS database. A new connection to the PostGIS database must be created. The algorithm is derived from the ogr2ogr utility .
<insira a descrição do parâmetro aqui>
<insira a descrição do parâmetro aqui>
Opções:
1 — NENHUM
2 — GEOMETRIA
3 — PONTO
5 — POLÍGONO
Padrão: 5
<insira a descrição do parâmetro aqui>
Padrão: EPSG:4326
<insira a descrição do parâmetro aqui>
Padrão: EPSG:4326
<insira a descrição do parâmetro aqui>
Default: localhost
<insira a descrição do parâmetro aqui>
Padrão: 5432
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
Opcional.
<insira a descrição do parâmetro aqui>
Default: public
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: id
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: geom
<insira a descrição do parâmetro aqui>
Opções:
Padrão: 0
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição do parâmetro aqui>
Padrão: 0,1,0,1
<insira a descrição do parâmetro aqui>
Padrão: Falso
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
<insira a descrição do parâmetro aqui>
Padrão: True
<insira a descrição do parâmetro aqui>
Padrão: Falso
<insira a descrição do parâmetro aqui>
Padrão: Falso
<insira a descrição do parâmetro aqui>
Padrão: Falso
<insira a descrição do parâmetro aqui>
Padrão: Falso
<insira a descrição do parâmetro aqui>
Padrão: Falso
Opcional.
<insira a descrição do parâmetro aqui>
Padrão: (não definido)
processing.runalg('gdalogr:importvectorintopostgisdatabasenewconnection', input_layer, gtype, s_srs, t_srs, host, port, user, dbname, password, schema, table, pk, geocolumn, dim, simplify, segmentize, spat, clip, where, gt, overwrite, append, addfields, launder, index, skipfailures, options)
Creates an information file that lists information about an OGR-supported data source. The output will be shown in a ‘Result’ window and can be written into a HTML-file. The information includes the geometry type, feature count, the spatial extent, the projection information and many more.
processing.runalg('gdalogr:information', input, output)