Shapefile Feature Layer using Java SDK 100.0.0

1520
2
Jump to solution
04-24-2017 07:04 AM
NateSwan
New Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
nita14
by
Occasional Contributor III
2 Replies
nita14
by
Occasional Contributor III
EricBader
Occasional Contributor III

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!

0 Kudos