Questions tagged [arcgis-runtime-sdk-java]
Use for questions related to ArcGIS Runtime SDK for Java.
26 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
218
views
Scene Builder with ArcGIS API
How to use Scene Builder to create fxml UI in JAVA using ArcGIS API libraries?
After adding ArcGIS libs to Scene Builder i got only some AttributionControl picture. I dont have any Scenes or Maps. How ...
0
votes
1
answer
114
views
Java ArcGIS program
Is there any example of how to use the mvc (where interface description is in the fxml file) in ArcGIS using Java?
I want to get suface raster image(my_new_task.tif) on the globe. But my code returns ...
-3
votes
1
answer
84
views
Adding ortho images in Java project ArcGIS (SDK ArcGIS)
I would like to use my orthophoto in my project. I'm using ArcGIS SDK Java and the component:
ArcGISMap map = new ArcGISMap(Basemap.createStreetsVector());
My orthophoto size is 4 GB (.7z)
1
vote
0
answers
123
views
Saving Standalone Table to .mmpk file
How do I save a Standalone Table to an .mmpk file ?
I try save Standalone table to mmpk file, but i didn`t get it in mobile app
I tried get tables from this object in android app, but "GetTables" ...
0
votes
2
answers
295
views
Field of view (FOV) of the Camera - ArcGIS Java runtime SDK
I'm trying to set the 3D Camera of the SceneView in the Java SDK and I cannot find a "field of view" / "angle of view" member.
I was wondering how the camera's field of view is being set, since I need ...
user avatar
user130410
1
vote
1
answer
588
views
ArcGIS Runtime: How to identify the topmost feature across all feature layers?
From ArcGIS Runtime Java API documentation, there is an identifyLayersAsync() method.
From documentation:
Asynchronously identifies the topmost visible geo-element in each
identifiable layer attached ...
0
votes
1
answer
133
views
Implement custom Renderer like ClassBreaksRenderer (Arcgis Runtime SDK for Java version 10.2.4)
I'm trying to implement custom renderer to display device aging in different colors.
For example:
0-10 years> green
10-15 years> yellow
15+ years> red
My feature has installed date attribute which ...
0
votes
1
answer
2k
views
com.esri.arcgisruntime.ArcGISRuntimeException: Invalid JSON
I am new in the arcgis runtime. I am trying to develop an android application.
Steps that i follwed
Created an account in arcgis.com .
Then i created one Feature Layer (hosted) from the shape files ...
0
votes
1
answer
3k
views
ArcGIS Runtime SDK for Android how to get the lat and long of point
I am new in the field. I am trying to develop an android app which is able to perform some spacial operations like
plot a poin,
Dream a line, Polygon
But my problem is how can i get the lat and ...
2
votes
1
answer
555
views
ArcGIS Runtime SDK for Android map rotate across the north direction on click button
I am developing anAndrpoid app with ArcGIS Runtime SDK .
I want to show set the map orientation always to north direction.
I am trying to implemet this on onclick event of an image button.
My try
...
0
votes
1
answer
135
views
ArcGIS runtime error "Polygon Geometry is null"
I have created a Feature service using Point, Line, Polygon representation. I have used dataset that is provided by default in ESRI military Feature Template. I am using Advance feature symbology in ...
0
votes
0
answers
554
views
ArcGIS Runtime Java SDK SocketTimeoutException : "Read timed out" On Long Running Job
I am testing a long running LocalGeoprocessingService using the ArcGIS Runtime Java SDK 10.2.4 (Linux 64 bit):
LocalGeoprocessingService lgps = new LocalGeoprocessingService("/path/to/script.gpk"...
0
votes
1
answer
175
views
Convert information in a text file to a map using ArcGIS Runtime SDK?
I am new to the ArcGIS Runtime SDK. What we are trying to do is to convert information in a text file (contains country name and some information) to a map (visualize the information as a heat map for ...
1
vote
0
answers
231
views
Jython and the ArcGIS Java SDK [closed]
Is it possible, or would it be feasible to use a Jython environment to interact with this the ArcObjects SDK for Java?
Or would it be better overall to learn the native language of the API?
...
2
votes
1
answer
2k
views
Google Maps directions link doesn't work properly in the Explorer for ArcGIS mobile app?
I have an AGOL web map for finding beach accesses in Florida. Within my pop-up I have a Google Maps link to get directions to the current access. Everything works fine on desktop, but the directions ...