Outdated version of the documentation. Find the latest one here.

` `

Menu Vectorial

Vector menu provides a one-stop resource for many common vector-based GIS tasks. It provides a growing suite of spatial data management and analysis functions that are both fast and functional. These features are part of the processing framework. Note that some plugins can add other features so, in this chapter, only default features from processing framework will be listed.

Processing framework is automatically installed and, like any plugin, can be enabled and disabled using the Plugin Manager (see El diálogo de complementos). When enabled, the Processing plugin adds a Vector menu to QGIS, providing functions ranging from Analysis and Research Tools to Geometry and Geoprocessing Tools, as well as several useful Data Management Tools.

See Entorno de trabajo de procesamiento de QGIS for more information about the processing framework.

Herramientas de análisis

Icono

Herramienta

Propósito

matrix

Matrix de distancia

Measure distances between two point layers, and output results as a) Square distance matrix, b) Linear distance matrix, or c) Summary of distances. Can limit distances to the k nearest features.
sumLines Sum line length Calculate the total sum of line lengths for each polygon of a polygon vector layer.
sumPoints Points in polygon Count the number of points that occur in each polygon of an input polygon vector layer.
unique List unique values List all unique values in an input vector layer field.
basicStatistics

Estadísticas básicas para campos de texto

Compute basic statistics (mean, std dev, N, sum, CV) on an input text field.
basicStatistics Basic statistics for numeric field Compute basic statistics (mean, std dev, N, sum, CV) on an input numeric field
neighbor

Análisis del vecino más próximo

Compute nearest neighbor statistics to assess the level of clustering in a point vector layer.
mean Mean coordinate(s) Compute either the normal or weighted mean center of an entire vector layer, or multiple features based on a unique ID field.
intersections

Intersecciones de líneas

Locate intersections between lines, and output results as a point shapefile. Useful for locating road or stream intersections, ignores line intersections with length > 0.

Table tools 1: Default tools in Analysis group

Herramientas de investigación

Icono

Herramienta

Propósito

randomSelection

Selección aleatoria

Randomly select n number of features, or n percentage of features.
subSelection Random selection within subsets Randomly select features within subsets based on a unique ID field.
randomPoints Random points inside polygons Generate pseudo-random points over a polygon layer (variable number of point or fixed number of point).
randomPoints

Puntos aleatorios en la extensión

Generate pseudo-random points over a given extent.
randomPoints Random points in layer bounds Generate pseudo-random points over bounds of a given input layer.
regularPoints Regular points Generate a regular grid of points over a specified region and export them as a point shapefile.
vectorGrid

Cuadrícula vectorial

Generar una cuadrícula de línea o polígono en base aun espaciado de cuadrícula especificada.

selectLocation

Seleccionar por localización

Seleccionar entidades en función de su ubicación con respecto a otra capa para formar una nueva selección, o sumar o restar de la selección actual.

layerExtent

Polígono a partir de extensión de la capa

Create a single rectangular polygon layer from the extent of an input raster or vector layer.

Table Tools 2: Default tools in Research group

Herramientas de geoproceso

Icono

Herramienta

Propósito

convexHull Convex hull(s) Create minimum convex hull(s) for an input layer, or based on an ID field.
buffer Buffer with * fixed distance * distance field Create buffer(s) around features * based on fixed distance * based on distance field
intersect

Intersección

Overlay layers such that output contains areas where both layers intersect.
union

Unión

Overlay layers such that output contains intersecting and non-intersecting areas.
symDifference Symmetrical difference Overlay layers such that output contains those areas of the input and difference layers that do not intersect.
clip

Cortar

Overlay layers such that output contains areas that intersect the clip layer.
difference

Deferencia

Overlay layers such that output contains areas not intersecting the clip layer.
dissolve

Disolver

Merge features based on input field. All features with identical input values are combined to form one single feature.
eliminate Eliminate sliver polygons Merges selected features with the neighboring polygon with the largest area or largest common boundary.

Table Tools 3: Default tools in Geoprocessing group

Geometry tools

Icono

Herramienta

Propósito

checkGeometry Check geometry validity Check polygons for intersections, closed holes, and fix node ordering. You can choose the engine used by the in the options dialog, digitizing tab Change the Validate geometries value. There is two engines: QGIS and GEOS which have pretty different behavior. Another tools exists which shows different result as well: Topology Checker plugin and ‘must not have invalid geometries’ rule.
exportGeometry Export/Add geometry columns Add vector layer geometry info to point (XCOORD, YCOORD), line (LENGTH), or polygon (AREA, PERIMETER) layer.
centroids Polygon centroids Calculate the true centroids for each polygon in an input polygon layer.
delaunay

Triangulación de Delaunay

Calculate and output (as polygons) the Delaunay triangulation of an input point vector layer.
 

Polígonos Voronoi

Calculate Voronoi polygons of an input point vector layer.
simplify Simplify geometry Generalize lines or polygons with a modified Douglas-Peucker algorithm.
 

Densificar geometrías

Densify lines or polygons by adding vertices.
multiToSingle

Multipartes a partes sencillas

Convert multipart features to multiple singlepart features. Creates simple polygons and lines.
singleToMulti Singleparts to multipart Merge multiple features to a single multipart feature based on a unique ID field.
toLines Polygons to lines Convert polygons to lines, multipart polygons to multiple singlepart lines.
toLines Lines to polygons Convert lines to polygons, multipart lines to multiple singlepart polygons.
extractNodes Extract nodes Extract nodes from line and polygon layers and output them as points.

Table Tools 4: Default tools in Geometry group

Nota

The Simplify geometry tool can be used to remove duplicate nodes in line and polygon geometries. Just set the Simplify tolerance parameter to 0 and this will do the trick.

Herramientas de gestión de datos

Icono

Herramienta

Propósito

defineProjection Define current projection Specify the CRS for shapefiles whose CRS has not been defined.
joinLocation

Unir atributos por localización

Unir atributos adicionales a la capa de vectorial en función de su relación espacial. Los atributos de una capa vectorial se adjunta a la tabla de atributo de otra capa y se exporta como un archivo shape.

splitLayer

Dividir capa vectorial

Split input layer into multiple separate layers based on input field.
mergeShapes Merge shapefiles to one Merge several shapefiles within a folder into a new shapefile based on the layer type (point, line, area).
 

Crear índice espacial

Create a spatial index for OGR- supported formats.

Table Tools 5: Default tools in Data management group