|
POST
|
Many Thanks for the prompt reply Abdul Razzaq , and sorry for the late reply I tried your suggestion, but still it does not work with me Lets make it simpler; assume that I have a points runtime content (points.geodatabase), I want to add a point which has these coordinates: x=150000, y= 160000 I used the code below, but it did not work: /*Define the Geodatabase*/ Geodatabase geodatabase; try { geodatabase = new Geodatabase ("storage/extSdCard/a/a.geodatabase"); /*Define Geodatabase Feature Table*/ gft=geodatabase.getGeodatabaseFeatureTableByLayerId(0); /*Create a Layer*/ FeatureLayer fl=new FeatureLayer(gft); /*Display the layer on the map*/ mMapView.addLayer(fl); } catch (FileNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } //make a map of attributes Map<String, Object> attributes = new HashMap<String, Object>(); attributes.put("Name_English", "AlRam"); /*point=(Point) locgraphic.getGeometry();*/ point=new Point(150000, 160000); try { //Create a feature with these attributes at the given point GeodatabaseFeature gdbFeature = new GeodatabaseFeature(attributes, point, gft); //Add the feature into the geodatabase table returning the new feature ID gft.addFeature(gdbFeature); } catch (TableException e) { // report errors, e.g. to console }
... View more
04-05-2015
02:00 PM
|
0
|
0
|
735
|
|
POST
|
How can I share a geocoding service via ArcGIS Online?
... View more
03-22-2015
07:11 AM
|
0
|
0
|
3946
|
|
POST
|
I am writing an app that edits local data stored on my android device, the application aims to save my location that is derived from the location services as point in a .geodatabase layer. The application includes basemap, and a points-dataset (“points.geodatabase” that should store the saved locations). I’ve referred to Esri tutorial for editing data (this link), but I didn’t understand this guide. At this level, the application can view my current position on the map as a point (in the screenshot below); I want to save this location as a new point feature in “points.geodatabase” dataset by pressing a button. How can I do this? Any help is highly appreciated Hani
... View more
03-18-2015
02:58 AM
|
0
|
2
|
4107
|
|
POST
|
Many Thanks Tobias for your interest, After terminating the connection, I connect to it again, and the AGOL map can read the feature service again, but the downloaded map on the collector map (which is the same map in AGOL) still fails to sync with the database
... View more
03-14-2015
02:43 AM
|
0
|
0
|
694
|
|
POST
|
How to make the app keeps done activities when rotating the device screen? For example I have an app that draws the shortest route between two locations, but when I rotate my device, the application removes all the done activities (removes the route) and returns to its starting screen
... View more
03-14-2015
02:35 AM
|
0
|
0
|
2692
|
|
POST
|
I am developing an app that finds my location using location services, when my location is defined, it is represented on the map by point. How can I make the map responsive to the change in my location, such that the map extent keeps my location in the center of the map, and when I rotate the device (change the device’s orientation), the map is rotated as well. Any help is appreciated, Hani
... View more
03-14-2015
02:12 AM
|
0
|
3
|
4542
|
|
POST
|
When I disconnect connections on the enterprise versioned Geodatabase (from Geodatabase Administration settings), the collector app fails to synchronize changes with the database, and a sync error that says, “An error occurred while synchronizing edits” appears. What might be the problem here? Any help is appreciated Hani
... View more
03-01-2015
06:23 AM
|
0
|
2
|
4522
|
|
POST
|
Actually I am using ArcGIS Server feature services in my AGOL Map, and I download the data for offline use in the Collector app. What I want to do is importing the data from the collector app before syncing them with the server
... View more
02-24-2015
01:13 PM
|
0
|
0
|
669
|
|
POST
|
Is there a way to import data used by collector app (in the tablet/mobile storage) to a feature class in ArcMap?
... View more
02-23-2015
11:52 PM
|
0
|
2
|
4211
|
|
POST
|
Is there a way to access the data and the edits made by the collector app which are stored within the tablet/mobile (in offline mode)? This can help me to recover field edits when synchronization between the tablet and the server fails.
... View more
02-23-2015
11:48 PM
|
0
|
2
|
4191
|
|
POST
|
Is there a way to use a custom extent other than the square extent to download the map on the collector app? This is better elaborated with the screenshot below
... View more
02-23-2015
06:01 AM
|
0
|
0
|
2896
|
|
POST
|
Thank you for your valuable response Tim, Actually, I have multiple map services which contain layers in "Palestine 1923 Grid" PCS, and it will take me a long time to re-project them to WGS 1984 Web Mercator (auxiliary sphere) GCS. I think that Kelly's solution (using my own basemap) can resolve the problem with minimum changes. I tried your suggestion for a single map service, but still, there is a shift between Esri standard basemaps and my services, I think that this happened because I did not use the right transformation (which I do not know). By the way, do you have an idea of how I can find the right transformation between two coordinate systems. For example between the "Palestine 1923 Grid" and the WGS 1984 Web Mercator (auxiliary sphere)? Once again, thank you very much for the contribution
... View more
02-22-2015
11:47 PM
|
1
|
3
|
1644
|
|
POST
|
Many Thanks for the suggestions Kelly, I used my own basemap, and this solved the problem!
... View more
02-22-2015
11:35 PM
|
0
|
0
|
4649
|
|
POST
|
Thank you for the suggestion Andy, I've tried repairing the software, but the problem is still present Thank you in advance
... View more
02-17-2015
10:01 AM
|
0
|
0
|
5652
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-21-2020 01:11 PM | |
| 1 | 10-28-2014 12:17 PM | |
| 1 | 12-04-2014 12:23 AM | |
| 1 | 02-22-2015 11:47 PM | |
| 1 | 03-23-2016 03:32 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|