Difference between revisions of "Spatial Manager Desktop™ - FAQs: Spatial queries"

From Spatial Manager Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
*Overlaps
 
*Overlaps
 
*Crosses
 
*Crosses
To know more about every operation, you can take a look at this document (pages 2-15 to 2-10): [http://portal.opengeospatial.org/files/?artifact_id=829 OpenGIS Simple Features Specification]
+
To know more about every operation, you can take a look at this document (pages 2-15 to 2-20): [http://portal.opengeospatial.org/files/?artifact_id=829 OpenGIS Simple Features Specification]
  
 
==Related links==
 
==Related links==
 
*[http://www.spatialmanager.com/spatial-queries-using-shp-files/ Spatial Queries using SHP files]
 
*[http://www.spatialmanager.com/spatial-queries-using-shp-files/ Spatial Queries using SHP files]

Revision as of 10:16, 31 December 2013

Introduction

  • Objective of this section
    • To perform spatial queries among features of a map using different spatial operations
  • Topics in this section
    • Base selection: features defining the base of the query
    • Spatial operations: diverse types of spatial operations and the layer on which the operation is applied


What are Spatial queries in Spatial Manager Desktop™?

Spatial queries are geometric operations that Spatial Manager Desktop™ can perform to help you locate Features that interferes with other Features using some conditions. For example, as you can see in next picture, to locate what points of a Layer are found within the polygons of another Layer


File:SQ-1.PNG


How can I define an Spatial query in Spatial Manager Desktop™?

To define an Spatial query in Spatial Manager Desktop™, you need to define the base of the query first, by selecting the Features to operate, next you must select the "Spatial query" function, and then you will select a Layer to query and the type of operation to perform. When you select the Features to operate, you can select a full layer if you want to perform an interference operation between two full Layers


SQ-2.PNG


Which are the types of operations for Spatial queries in Spatial Manager Desktop™?

The list of operations that Spatial Manager Desktop™ can perform using Spatial queries is the following:

  • Intersects
  • Touches
  • Within
  • Contains
  • Disjoint
  • Overlaps
  • Crosses

To know more about every operation, you can take a look at this document (pages 2-15 to 2-20): OpenGIS Simple Features Specification

Related links