Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

ArcSDE SDK for Java

Insert points, lines and polygons using the ArcSDE SDK for Java

Features

  • 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. =======

Direct connections:

  • The instance name variable should follow direct connect syntax for desired DBMS.
  • SQL Server: sde:sqlserver:db_server
  • Oracle: sde:oracle11g

ArcSDE Connection Syntax

Direct connections to an Oracle geodatabase:

  • 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'

ArcSDE SDK API - Java