Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
267 stars 165 forks source link

Use Java SQL package to move geometry with ST_Geometry queries #297

Closed kgalliher closed 7 years ago

kgalliher commented 7 years ago

Gather geometry and insert into an empty table using Java SQL and ST_Geometry functions.

kgalliher commented 7 years ago

I added an ArcObjects executable to create some sample data here: https://github.com/natas333x2/kg-geodata-sdk/tree/master/kg-dotnet/create-data-for-pull-request-297

Hit me up if you need help setting up this sample or using the data creation tool. I'll buy you a :taco:

jgravois commented 7 years ago

can anyone chip in and review @natas333x2's new sample?

kgalliher commented 7 years ago

Don't bother with this one. I found some issues that need to be addressed first.