|
POST
|
Hi, Is there a way to track clients who are using a service published by ArcGIS Server and get some information about him/her like IP address, machine name, and how much time he/she used the service? Any help is appreciated Thank you and Best Regards, Hani
... View more
12-01-2014
12:20 AM
|
1
|
12
|
7675
|
|
POST
|
What is the difference between minimum match score and minimum candidate score in Geocoding?
... View more
11-30-2014
11:34 PM
|
0
|
8
|
6130
|
|
POST
|
Is there a way to zoom mapview to a line as is the case with the point? For example, when I want to zoom the map to a point I use: MapView.zoomTo(centerPt, factor), is it possible to do this with a line?
... View more
11-25-2014
03:23 AM
|
0
|
2
|
3061
|
|
POST
|
I am developing an app that takes input from user and draws a graphics point with the text entered by the user, I am using TextSymbol as a symbol to show the text, this works fine with English, but when entering a text in Arabic language, it does not show it. How can I make the textsymbol support Arabic Language?
... View more
11-25-2014
03:18 AM
|
0
|
3
|
3888
|
|
POST
|
I am developing an app that takes input from the user (using edit text), and draws graphic points based on this input. The problem is when I rotate my device screen, the drawn graphics are removed, and I have to repeat the same process. Is there a way to keep the graphics layer when changing the device orientation?
... View more
11-25-2014
02:31 AM
|
0
|
0
|
2118
|
|
POST
|
Dear Mengyi, Thank you for your prompt contribution. I solved the point rendering problem by using this: // create a point marker symbol (red, size 10, of type circle) SimpleMarkerSymbol simpleMarker = new SimpleMarkerSymbol(Color.RED, 10, SimpleMarkerSymbol.STYLE.CIRCLE); // create a point at x=-302557, y=7570663 (for a map using meters as units; this depends // on the spatial reference) Geometry pointGeometry = new com.esri.core.geometry.Point(-302557, 7570663); // create a graphic with the geometry and marker symbol Graphic pointGraphic = new Graphic(pointGeometry, simpleMarker); // add the graphic to the graphics layer graphicsLayer.addGraphic(pointGraphic); It seems that I should use Geometry pointGeometry = new com.esri.core.geometry.Point(-302557, 7570663);instead of Point pointGeometry = new Point(-302557, 7570663);
... View more
11-20-2014
10:17 AM
|
0
|
0
|
2011
|
|
POST
|
Yes, plugin is installed; version 10.2.4.201410031154
... View more
11-18-2014
11:03 PM
|
0
|
0
|
2011
|
|
POST
|
Android SDK Tools Rev. 23.0.5 Android SDK Platforms-Tools Rev 21 Android SDK Build-Tools Rev 20 Android 5.0 (API 21) SDK Plaform Rev. 1 Android 4.4W (API 20) SDK Plaform Rev. 1 Android 4.4.2 (API 17) SDK Platform Rev. 3 Google APIs Rev. 3 Android Support Library Rev. 21.0.1
... View more
11-18-2014
04:19 PM
|
0
|
2
|
2012
|
|
POST
|
Dear Mengyi, I did exactly what you suggested (using this link) in a new project, but I get an error when creating the graphic point using : Graphic pointGraphic = new Graphic(pointGeometry, simpleMarker); I get this error: "The constructor Graphic(Point, SimpleMarkerSymbol) is undefined" And it asks me to change the type of point to geometry or remove the arguments!!
... View more
11-18-2014
03:58 PM
|
0
|
1
|
2012
|
|
POST
|
Hello all, I am new to ArcGIS-Android development environment. I want to draw a point that shows my location, I used the following steps: Defining a location variableز 2- Get the longitude and latitude from the location. 3- Creating a point from the longitude and latitude. However, when I define the point that takes the longitude and latitude, I get an error (shown below in the screenshot). What might be the issue here? Here is my code: Location loc = null; double lon,lat; lon= loc.getLongitude(); lat= loc.getLatitude(); Point mlocation=new Point(lat,lon);
... View more
11-18-2014
03:18 PM
|
0
|
9
|
4900
|
|
POST
|
Dear Mengyi, your input is highly appreciated. I have only one layer in the GDB. I wrote the code exactly as you have mentioned above None of these restrictions is applicable in my case.
... View more
11-18-2014
02:12 PM
|
0
|
1
|
1496
|
|
POST
|
Thank you very much Joe, Your input is appreciated.
... View more
11-18-2014
01:40 PM
|
0
|
0
|
2044
|
|
POST
|
Thank you for interest Mengyie, Yes this issue appears when retrieving the runtime content in the app. The layer is a "line" feature class.
... View more
11-18-2014
01:34 PM
|
0
|
3
|
1496
|
| 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
|