Tagged Questions
1
vote
2answers
56 views
How to use Advanced Symbology in ArcGIS for Android?
I try to use the advanced symbology in order to draw nato symbols in JAVA
I need little help about it,
What the parameters _WKID mean like in this command : lmessage.setProperty("_WKID", "3857");
...
0
votes
0answers
20 views
How to access the USGS Small Scale Shaded Relief from a client application?
I am writing a Java client application that needs to make use of USGS Small Scale Shaded Relief images served as tiles.
The supported interfaces are REST SOAP WMS as described at the bottom of that ...
1
vote
1answer
100 views
Geocode service findAddressCandidates returns no candidates with 10.0 address locator
I posted this on an esri forum but nobody touched it. We've recently updated a geocoding service and I'm now unable to return addresses to my Java application. The old service is built with a 9.3 ...
1
vote
0answers
37 views
ArcGIS Server 10.0 Java - Upgrading JAI
I am developing a SOE for ArcGIS Server 10 SP 5 in Java. The SOE makes use of some GeoTools functionality - specifically the HeatmapProcess.
I have written a small api (with all GeoTools, no ...
2
votes
2answers
216 views
flex to java trying to get started on the plan
I have as suggested recently on this forum been "playing" with arcgis server. For reasons perhaps not obvious to "real" programmers I have built a fairly extensive series of web mapping applications ...
2
votes
1answer
593 views
How to edit a given version of geodatabase?
I have a versioned geodatabase. Any of that versions are used only by one user. So then user called "XXX" has a version called "XXX". So then now I want to make a changes on given version, but when I ...