I apologize is this is already answered elsewhere, but I couldn't find an answer.
I'm currently writing a standalone desktop application in Java. I'm looking for sample code that uses the Java v100.0.0 SDK to read and add locally stored Shapefiles to a Feature Service.
I have found almost exactly what I'm looking for using the Java v10.2.4 SDK, but I have a hard requirement for v100.0.0.
Shapefile feature layer | ArcGIS for Developers
I suspect the answer to my question is simple, which is that this functionality does not yet exist in v100.0.0 (and maybe released later this year perhaps). If that is the case, does anyone know a potential workaround that achieves what I'm looking for using the latest Java SDK?
Solved! Go to Solution.
Hi Nate,
not yet implemented. See https://community.esri.com/message/659951-loading-a-shapefile-with-arcgis-10000-java-sdk?q=shapefile
Regards,
Adam
Hi Nate,
not yet implemented. See https://community.esri.com/message/659951-loading-a-shapefile-with-arcgis-10000-java-sdk?q=shapefile
Regards,
Adam
At Update 1 in June, you'll be able to add a local shapefile to your map using the Local Server. We'll have a sample for this as well.
Update 2, end of 2017, will allow you to directly read local shapefiles and add them as feature layers to you map, without needing the Local Server.
Hope his helps!