Insert points, lines and polygons using the ArcSDE SDK for Java
- Demonstrates making direct connections to geodatabases.
- Demonstrates creating tables and enabling those tables as spatial layers.
- Demonstrates creating geometries through coordinate pairs.
- Demonstrates inserting geometries into the feature class. =======
- The instance name variable should follow direct connect syntax for desired DBMS.
- SQL Server:
sde:sqlserver:db_server - Oracle:
sde:oracle11g
- For full Oracle client connections, supply an empty string for database name. Append the TNS name to the password. password@tnsname
- For Oracle Instant Client connections, supply an empty string for database name. Append the ezconnect string to the password 'password@server/SID'