Need to get the SDE table feature set data from query

435
0
01-05-2022 02:38 AM
Labels (3)
santhoshT
New Contributor II

We can able to connect the ARCSDE database from java rest api

(conn = new SeConnection(server, instance, database, userName, password);)

We are trying to get the SDE feature set table data via query.

1) Shall we use the SQL query to get the data from arcDesktop?

Or   

Shall we use the spatial query?

Do we have any alternative way to get the SDE feature table data

Tags (2)
0 Kudos
0 Replies