Difference between revisions of "Spatial Manager™ for AutoCAD - FAQs: Databases"

From Spatial Manager Wiki
Jump to navigation Jump to search
m
m
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
**Schemas and classes: structures of tables contained in databases
 
**Schemas and classes: structures of tables contained in databases
  
 +
 +
''Notes:''
 +
 +
''- For most of Database providers, all the information that is applied in this article to '''"Tables" also applies to "Views"'''''
 +
 +
''- Some components in the images on this page (providers, names, windows look, etc.) may be slightly different from those that will appear on your computer''
  
  
Line 12: Line 18:
 
To access spatial databases or data stores in Spatial Manager™ for AutoCAD, you need first to have defined a User Data Source (UDS) including all the parameters to connect with (to learn more about UDSs, see: [[Spatial Manager™ for AutoCAD - FAQs: Data sources| Data sources page]])
 
To access spatial databases or data stores in Spatial Manager™ for AutoCAD, you need first to have defined a User Data Source (UDS) including all the parameters to connect with (to learn more about UDSs, see: [[Spatial Manager™ for AutoCAD - FAQs: Data sources| Data sources page]])
  
You can access a data Table from a spatial database or data store using the right-click menu over the Table item itself inside a container of the UDS (usually a Schema), in the "SpatialManager" palette, to import its content into a new or the current AutoCAD drawing. You can also double-click over the Table item itself, in the "SpatialManager" palette, to access and import its content into a new or the current AutoCAD drawing (this behaviour may be configured through the tab "Spatial Manager" in the "Options" window of AutoCAD)
+
You can access a data Table from a spatial database or data store using the right-click menu over the Table item itself inside a container of the UDS (usually a Schema), in the "SpatialManager" palette, to import its content into a new or the current AutoCAD drawing. You can also double-click over the Table item itself, in the "SpatialManager" palette, to access and import its content into a new or the current AutoCAD drawing (this behaviour may be configured through the tab "Spatial Manager" in the "Options" window of AutoCAD or by running the SPMOPTIONS command)
  
  
Line 18: Line 24:
  
  
[[Image:Files-3AC.png|border|Configure the double-click option]]
+
[[Image:Options_Spatial_Manager_for_AutoCAD3.png‎|border|Configure the double-click option]]
  
  
Line 68: Line 74:
 
*[[Spatial Manager™ for AutoCAD - FAQs: Data sources|See "Data sources" also]]
 
*[[Spatial Manager™ for AutoCAD - FAQs: Data sources|See "Data sources" also]]
 
*[http://www.spatialmanager.com/postgis-sql-server-basic-autocad-yes/ PostGIS or SQL Spatial data to basic AutoCAD? Sure] ("Standard" and "Professional" editions only)
 
*[http://www.spatialmanager.com/postgis-sql-server-basic-autocad-yes/ PostGIS or SQL Spatial data to basic AutoCAD? Sure] ("Standard" and "Professional" editions only)
 +
*[http://www.spatialmanager.com/spatial-filter-views-in-postgis-or-sql-server/ Spatial filter Views in PostGIS or SQL Server] ("Standard" and "Professional" editions only)
  
  
 
*[[Spatial Manager™ for AutoCAD#FAQs|Go to FAQS]]
 
*[[Spatial Manager™ for AutoCAD#FAQs|Go to FAQS]]

Revision as of 12:38, 8 October 2019

Introduction

  • Objective of this section
    • To access spatial information tables included in spatial databases
  • Topics in this section
    • Accessing spatial databases: UDSs definition using connection and setting parameters
    • Schemas and classes: structures of tables contained in databases


Notes:

- For most of Database providers, all the information that is applied in this article to "Tables" also applies to "Views"

- Some components in the images on this page (providers, names, windows look, etc.) may be slightly different from those that will appear on your computer


How can I access a data Table from a spatial database or data store? ("Standard" and "Professional" editions only)

To access spatial databases or data stores in Spatial Manager™ for AutoCAD, you need first to have defined a User Data Source (UDS) including all the parameters to connect with (to learn more about UDSs, see: Data sources page)

You can access a data Table from a spatial database or data store using the right-click menu over the Table item itself inside a container of the UDS (usually a Schema), in the "SpatialManager" palette, to import its content into a new or the current AutoCAD drawing. You can also double-click over the Table item itself, in the "SpatialManager" palette, to access and import its content into a new or the current AutoCAD drawing (this behaviour may be configured through the tab "Spatial Manager" in the "Options" window of AutoCAD or by running the SPMOPTIONS command)


Import a table from a spatial database into AutoCAD


Configure the double-click option


To perform the import process of the data Table, see: Import


Are there any other functions for the Tables? ("Professional" edition only)

Yes, you can Delete or Rename the Tables in Spatial Manager™ for AutoCAD using the right-click menu over the Table item itself. This is valid for Tables in spatial databases but not for Tables in data stores


Delete or rename a table in a spatial database


How can I create a Schema in a spatial database? ("Professional" edition only)

You can create a Schema in a spatial database in Spatial Manager™ for AutoCAD using the right-click menu over the UDS. When creating, you can assign a name to the New Schema


Create a schema in a spatial database


Are there any other functions for the Schemas? ("Professional" edition only)

Yes, you can Delete or Rename the Schemas and Refresh the Schema contents in Spatial Manager™ for AutoCAD using the right-click menu over the Schema item itself. Be careful when you Delete a Schema because all the Tables that it contains will also be deleted. This is valid for Schemas in spatial databases but not for Schemas in data stores


Delete or rename a schema in a spatial database


Are there any other kind of data sources using Schemas or Tables?

Yes, you can find some Providers using Schemas or Tables in Spatial Manager™ for AutoCAD, besides spatial databases or data stores, like some types of files, such as SQLite and more, or special connections, such as ODBC ("Standard" and "Professional" editions only) and more. Everything said here for Schemas and Tables is valid for these types of data sources


Import a table from a User Data Source (UDS) into AutoCAD


How can I see the Properties of Schemas or Tables?

You can see the Properties of Schemas or Tables in the "Properties" area of the "SpatialManager" palette in Spatial Manager™ for AutoCAD when you select any of those items in the "Data sources" area of this palette


Properties of schemas and tables in the application palette


Related links