filmov
tv
MapInfo SQL Select - used to return Object Types (point, line...etc)

Показать описание
Video #76
In this video I use MapInfo Pro to return object types: POINT, LINE and REGION using the standard SQL Select dialog.
- Some features are drawn in the Cosmetic Layer
- Those objects are saved to a MapInfo TAB
- I then use UPDATE COLUMN to add ROWID to the new layer
For an overall report of all types use:
Select ID, str$(obj), Count(*) from mytable group by 2
To find out what each individual record object type is, then enhance the GROUP BY with an existing unique identifier:
Select ID,str$(obj), Count(*) from mytable group by 1,2
MapInfo can store multiple geometry types in the TAB format so this might be useful when you want to dissect such a table of features.
In this video I use MapInfo Pro to return object types: POINT, LINE and REGION using the standard SQL Select dialog.
- Some features are drawn in the Cosmetic Layer
- Those objects are saved to a MapInfo TAB
- I then use UPDATE COLUMN to add ROWID to the new layer
For an overall report of all types use:
Select ID, str$(obj), Count(*) from mytable group by 2
To find out what each individual record object type is, then enhance the GROUP BY with an existing unique identifier:
Select ID,str$(obj), Count(*) from mytable group by 1,2
MapInfo can store multiple geometry types in the TAB format so this might be useful when you want to dissect such a table of features.
MapInfo SQL Select - used to return Object Types (point, line...etc)
MapInfo Monday #54: Querying Data with Select by Attribute in MapInfo Pro v2021
Using SQL Select in MapInfo Pro for AREA
MapInfo - Simple SQL test to see if field populated
GIS: Quering out multiple values in MapInfo SQL Query
Querying for intersecting objects between two tables in MapInfo Pro
MapInfo Pro 2021: SQL Select By Attribute & By Location
Selecting Objects withing a Given Area - MapInfo Pro v2019
GIS: Mapinfo SQL Query for compare for edited data in tables
Converting From SQL Server to MapInfo
MapInfo Monday #72: Selecting what intersects the current Selection
GIS: MapInfo/MapBasic SQL query
GIS: Ordering data through SQL Select query in MapInfo
GIS: MapInfo SQL: Selecting all columns from one table, some cols from second table?
GIS: New line in MapInfo SQL Select (2 Solutions!!)
SELECTING DATA USING MAPINFO PRO VERSION 17
Menggunaka SQL Select pada Mapinfo
How to Make a Tabfile in Mapinfo Software From Sites Database
GIS: MapInfo, SQL data from multiple tab files which have the same columns
Selecting Polygons
Thực hành Mapinfo Tuan 3 P2 SQL Select
MapInfo - Truy van du lieu GIS -Using SQL Select in MapInfo
How to use the MapInfo Pro 'Redistricter'
GIS: Selecting line between two polygons using MapInfo? (2 Solutions!!)
Комментарии