|
POST
|
I’ve published an orthophoto via ArcGIS Server, but after viewing the service, I figured out that there is a problem with viewing the service at large scales; when zooming in, the orthophoto disappears and the map becomes full of black\white squares (in the screenshot below). What might be the problem here? Thank you and Kind Regards, 1- At small scale 2- when zooming in to larger scale, everything disappears, and I get this:
... View more
10-01-2015
12:15 AM
|
0
|
9
|
5177
|
|
POST
|
I’ve created a database using Ms. SQL Server Express 2014 (its name is “b”), When I try to attach it in ArcMap environment, I get an error (in the screenshot below). However, when I create it directly (by right clicking the Geodatabase Server, and selecting new Geodatabase) everything goes well, and it is created properly. What might be the issue here; Why I get this error when attaching the database from ArcMap? Any help is appreciated, Best Regards, 1- Creation of the Database in SQL Server 2- Attaching The database in ArcMap 3- The error Appears! It say that it has accessibility problems 4- There is no restrictions on access to the "D" drive
... View more
09-30-2015
10:55 PM
|
0
|
2
|
3382
|
|
POST
|
Thank you very much Pat for the valuable input and helpful resources!
... View more
07-16-2015
05:48 AM
|
0
|
0
|
848
|
|
POST
|
I am familiar with using Collector for ArcGIS using ArcGIS Online, which allows 5 free users to use the collector app. In case we are using Collector for ArcGIS with Portal for ArcGIS Server, how many users (data collectors) can use the application? Is the number unlimited? Any help is appreciated Hani
... View more
07-14-2015
01:26 AM
|
0
|
2
|
3655
|
|
POST
|
Many Thanks Larry You are right! I tried this transformation and it worked fine!
... View more
05-24-2015
01:14 AM
|
0
|
0
|
1644
|
|
POST
|
Thank you very much Eric for showing interest, and for your prompt input! Actually, I am not a developer, and I think it will take me a lot of time to complete all the steps you outlined in your post. It will be highly appreciated if you share your code, so I can use it and I am sure that it will be a helpful resource for me. Once again, thank you!
... View more
05-11-2015
12:33 PM
|
1
|
5
|
2300
|
|
POST
|
Is there a way to export a .geodatabase dataset to Excel or CSV file by android mobile application? For example, I want to have a button in my app that exports a .geodatabase dataset stored locally on my device to Excel or CSV file and save it on the device. If this possible, how can I do this? Any help is appreciated! Hani
... View more
04-28-2015
12:55 PM
|
0
|
7
|
5895
|
|
POST
|
Many thanks Tero for the valuable input, and for sharing your experience!
... View more
04-27-2015
12:13 PM
|
0
|
0
|
617
|
|
POST
|
Thank you for the suggestion Forrest, Seems that the issue is not with the extent, it is related to the read-only nature of the .geodatabase shared as a runtime content from ArcMap.
... View more
04-26-2015
01:33 AM
|
0
|
0
|
2540
|
|
POST
|
Many Thanks for the valuable input Tero, That’s right, I am using a .geodatabase created from ArcMap as runtime content, and when I explored the exporting options, I found that the resultant .geodatabase is for read-only purposes (in the screenshot below). BTW, do you have any idea of how to make it editable?
... View more
04-26-2015
01:31 AM
|
0
|
4
|
2540
|
|
POST
|
Sorry Paul, The code has been duplicated when I copied it to this post, but in the app it is written one time. Sorry for inconvenience,
... View more
04-26-2015
01:17 AM
|
0
|
0
|
2540
|
|
POST
|
Hi, I want to be able to add features to a runtime content dataset (.geodatabase) with the following scenario: I have a points-dataset (points.geodatabase) stored on my android device, I built an app that views these points, and I want to edit this dataset from my android device by adding a new point feature (with 150,000 x-coordinate and 160000 y-coordinate) to it. I tried the standard guide in this link and wrote the code below but still, the dataset is not edited and the new point is not added. My question is: How can I add features to a .geodatabase dataset from my android device? Any help is highly appreciated Hani Button btn = (Button) findViewById(R.id.button1); btn.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { //make a map of attributes Map<String, Object> attributes = new HashMap<String, Object>(); attributes.put("Name_English", "PointA"); /*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 (gft) gft.addFeature(gdbFeature); s.addGraphic(new Graphic(point, new SimpleMarkerSymbol(Color.RED,15,SimpleMarkerSymbol.STYLE.CIRCLE))); } catch (TableException e) { // report errors, e.g. to console } Toast.makeText(getApplicationContext(), "Saved!", 3000).show(); } }); Button btn = (Button) findViewById(R.id.button1); btn.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { //make a map of attributes Map<String, Object> attributes = new HashMap<String, Object>(); attributes.put("Name_English", "PointA"); /*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 (gft) gft.addFeature(gdbFeature); s.addGraphic(new Graphic(point, new SimpleMarkerSymbol(Color.RED,15,SimpleMarkerSymbol.STYLE.CIRCLE))); } catch (TableException e) { // report errors, e.g. to console } Toast.makeText(getApplicationContext(), "Saved!", 3000).show(); } });
... View more
04-13-2015
03:55 AM
|
0
|
11
|
6889
|
| 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
|