The ArcGIS provider uses the ESRI ArcObjects 10 API. It is not available for the Infrastructure Map Server.
To bring in features from ArcGIS
- In
Display Manager, click
Data >
Connect To Data.
- In the
Data Connect window, select
Add ArcGIS Connection in the
Data Connections By Provider list.
- Under
Connection Name, type a name for this connection.
- If you are connecting to a centralized Geodatabase, do the following:
- If you are connecting to a file-based or personal Geodatabase, click the
File/Personal GDB tab and, under
Source File, specify the file.
- Click
Connect.
- In the feature class list, select the feature classes to include in the map.
If this feature source contains only a single feature class, that feature class is selected automatically. If it contains multiple feature classes, you can do either of the following:
- Right-click the schema entry and select
Select All or
Select None.
- Expand the schema entry and select the feature classes to add.
If a feature class contains multiple geometry types, and you select the feature class itself, all geometries are added. To add a subset of geometries, hold your cursor over the feature class name to see the
Show Geometry button. Click
Show Geometry to see each geometry as a separate choice. Select the ones you want. Each selected geometry is added to map as a separate
Display Manager layer.
- Verify that the coordinate systems are correct. You can change an incorrect coordinate system if necessary.
If you retrieve a layer from ArcSDE and the coordinate system is not recognized, the layer may fail to load. To load the layer, assign a coordinate system.
- Click
Add To Map.
To bring in a subset of the data, click the down arrow and select Add To Map With Query.
To Set Up Direct Connect for ArcGIS Provider
- Set up connections ot the underlying databases.
For an Oracle databse:
- Install the Oracle client software (32 bits) on the client machine where you run
AutoCAD Map 3D toolset.
- Open the Oracle port (for example, 1521) on the database machine firewall.
- Use the Oracle Net Manager tool to set up a tnsnames entry for the target database (or update
tnsnames.ora manually).
- Test your connection to the target database using SQL Plus.
For an SQL Server database:
- Install the SQL Native client software on the client machine where you run
AutoCAD Map 3D toolset.
- Open the SQL Server port (for example, 1433) on the database machine firewall.
- Set the target SQL Server database to support remote connect.
- Test your connection to the target database using SQL Server Management Studio.
- Adjust the connection parameters.
For an Oracle database, set the following parameters:
- Server name—Specify the server name or the IP address.
- Instance name—Depending on the version of the Oracle on the client, do one of the following:
- Enter
sde:oracle to connect with Oracle 12c R1 or R2 client.
- Enter
sde:oracle11g to connect with Oracle 11g R2 client.
- User name—Specify the user name that is valid on the Oracle server.
- Password—Enter
<password>@<OracleSID> where OracleSID is the SID configured on the client in step 1.
- Datastore—Enter the datastore name manually, for example,
sde.
- Version—Enter the version manually. It defaults to the root version if you do not specify the version. You can also enter the OracleSID with the Instance name instead of the password. For example,
sde:oracle:orcl.
For an SQL Server database, set the following parameters:
- Server name—Specify the server name or the IP address.
- Instance name—If you use the default instance of MSSQLSERVER, enter
sde:sqlserver:<servername>. Otherwise, enter
sde:sqlserver:<servername>\<instance_name>.
- User name/Password—Specify the user name that is valid for the SQL Server database.
- Datastore—Enter the datastore name manually, for example,
sde.
- Version—Enter the version manually. It defaults to the root version if you do not specify the version.