ArcGIS-Server is software "to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications."
0
votes
2answers
24 views
Zooming into a particular polygon
I am getting the polygon id by doing
identifyParams.geometry = evt.mapPoint;
identifyParams.mapExtent = map.extent;
identifyTask.execute(identifyParams, function(result) {
var i;
var ...
5
votes
0answers
17 views
How to trace SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database?
I'd like to generate a log file containing all SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database.
Is there a way to do so?
I'm using Oracle 11g and ArcGIS Server 10.0 on Windows. ArcSDE is ...
1
vote
0answers
42 views
How to add a column to table with sdelayer command?
I am working with an oracle11g database and I would like to add a new column to a feature class stored in this database. I would like to use the sdelayer command but can any one of you give me a tip ...
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 ...
0
votes
0answers
28 views
ESRI AddFeatures call on rest endpoint with attributes
I can add a line feature via the rest endpoint with my hand crafted call from C#. However, if i add any attributes to the call it will fail and say unable to perform operation.
All of the fields in ...
1
vote
0answers
25 views
how to configure WebLogic server for ArcGIS Server 10.1
I wish to deploy arcgis services to a greater population via web maps, but before I do this I must install a web server. I am going to use WebLogic Server, it's used listed as a arcgis server ...
0
votes
0answers
55 views
Dojo Gantt Chart doesn’t work properly wqith ArcGIS API 3.3
I am using a Dojo Gantt Chart in ArcGIS javaScript API3.3.
and it seems that it does not work properly with the API3.3
popup menu which appears when you hover over the task or project; it pops up too ...
0
votes
0answers
38 views
How to change integer labels into strings for a raster layer and publish it as a map service to retrieve its legend?
In ArcGIS Desktop 10.1, I've got a raster layer that uses an internal colormap to draw its symbology in the TOC. The result is an integer value for each color symbol classification. I can edit ...
0
votes
0answers
62 views
How to get intersection area when two drive time polygons overlap?
I would like to get the area of overlap between two drive time maps. The maps will be like the one in this post:
Create drive time polygon around a map point
That means polygons from one map will ...
1
vote
0answers
24 views
openlayers Arcgis WFS mousehover
i have a problem using ArcGIS wfs layer in openlayers. I would like to add the layer to the map as vector layer and then using a mousehover to highlight the features. However i cannot bring it to ...
0
votes
3answers
47 views
Dynamic labeling looks awful in flex map
I published a service to ArcGIS Server 10.1 from an .mxd with no halos around the labels and created a flex application using the flex viewer. When I browse to the map here and zoom in on an ...
2
votes
1answer
25 views
Jsonp Callback error
Recently we have started migrating application from Javascript API 3.1 to 3.5 and we are finding this jsonp error coming sometimes during adding the layer.When we add the layer we also zoom to the ...
0
votes
1answer
18 views
ArcGIS Server 9.3 - Javascript API - Selecting Feature Problem
I have ArcGIS Server 9.3 , I'm trying to use the JS API , I successfully displayed the map , and also i could locate a feature based on ParcelID value , zoomed into this parcel , the problem is i ...
0
votes
1answer
53 views
Can one edit an ArcSDE Oracle spatial view?
By 'edit' I mean edit the geometry in the feature class, not any attributes in the joined table. Unversioned.
I really had it in my head that you can, as long as the objectid column is included in ...
3
votes
2answers
49 views
Problems displaying joined attribute data through ArcGIS Server
I have an ArcSDE feature class in an ArcMap MXD which I have 'joined' to a view into an external SQL database table, that is connected via an OLE DB connection.
In the MXD the join works perfectly; I ...
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");
...
3
votes
1answer
56 views
Is there a service that would return me all streets in a city (ZIP)?
I am looking for a service that you know of, that would return me all streets in a city (ZIP) for the purpose of building a drop-down (or auto-complete) address entry field.
Thanks
1
vote
1answer
86 views
FeatureDataGrid and FeatureDataForm will not commit to database or input data
This is the second time that I have posted about this. In my previous question they told me I needed to enable the Feature Access capability. I did this and then it said I needed to have a Data Store ...
1
vote
0answers
37 views
How to dynamically add all feature layers using ArcGIS JavaScript API?
I have a mapserver
http:// mymapserver/services/rest/xxx/mapserver/
which contains 7 layers with /mapserver /1 /through mapserver/7
If a define an ArcGISDynamicMapServiceLayer and 7 ...
4
votes
0answers
39 views
Is it possible to implement sticky move tolerance in a ArcGIS JavaScript API application?
We are working on a project in ArcGIS JavaScript and is going fine. We want to add sticky move tolerance to our project so it will not be so easy to move features on the map.
Is it not possible to ...
1
vote
0answers
17 views
How do I mashup imagery from Gigapan?
NASA recently published this long imagery swath onto Gigapan.
Is there some way to mash up imagery from Gigapan so that it displays in a web map, using one of the ArcGIS web mapping API's?
2
votes
1answer
321 views
Is it possible to replaceDataSource of layer with dataset stored in_memory using ArcPy?
I use in_memory workspaces to speed up some Python script tools that get published as Geoprocessing Services significantly.
The tools open MXDs and perform, among other things, an ExportToPDF.
In ...
3
votes
1answer
28 views
ArcGIS Vehicle Routing Problem Service via REST
I am trying to get a Vehicle Routing Problem to work as a geoprocessing service on one of our servers.
I used the default_date with unix time stamp in miliseconds and set the times of orders and ...
2
votes
1answer
37 views
Reporting Engines used with ArcGIS Server
I'm curious what others are using to build the more elaborate reports out of ArcGIS Web API apps? By elaborate I mean ones that include lots of dynamic charts and tables, multiple maps/data frames ...
1
vote
1answer
79 views
Using Query Layers with ArcGIS Server 10.0 for Java on Linux
I have an ArcGIS Server 10.0 for Java running under Red Hat Linux. I would like to be able to publish a Map Document that I have created which has a working Query Layer connecting to Oracle 11g. In ...
0
votes
2answers
39 views
ArcGIS JS API: How to get the lat/long of the viewport vertices? [duplicate]
I would like to get the min lat, min long, max lat, max long of my viewport in ArcGIS JS API. Is this possible?
2
votes
0answers
28 views
WMS 1.3.0 from ArcGIS Server not work in GeoExt (OpenGeo Suite 3.0.2)
I used geoext sample app as in the example. added a new source and layers. but does not work: warn message "Non-existing source 'rs' referenced in layer config".
but the response from the server ...
1
vote
0answers
58 views
Getting started with development for ArcGIS Server
I'm currently working on upgrading a C# web service I wrote a couple of years ago built against ArcGIS Server to ArcGIS Server 10. The application in question does some basic spatial queries and ...
0
votes
1answer
37 views
How do I initialize the ArcGIS proxy via server side .NET code (C#)?
I know how to do this via JavaScript code:
esri.config.defaults.io.proxyUrl = "../proxy.ashx";
But, how do I do this in .NET? I am very new to the GIS space.
1
vote
2answers
62 views
upload table to ArcGIS Server
We are building a process which will allow users to submit a table of GPS data to update our central repository for all GPS data. Let's say that the target is simply a SQL data table. At first I ...
1
vote
1answer
326 views
Use of esriFieldTypeDate field in Add Features REST service
I need to use Add Features REST service to add a new record to a table in a SDE database.
One of the field is type of esriFieldTypeDate, but I don't know how to populate this field in JSON script. An ...
1
vote
1answer
63 views
Querytask/query - executed select
Is there a way to get to the query condition, which is executed under the querytask ?
I have an example, which is actually a copy of this ArcGIS example ...
0
votes
0answers
24 views
I copy/pasted code from ArcGIS .NET ashx proxy into my Controller method, now debugging is jumping all over the place (multi-threaded, apparently)
I have a controller that takes in JSON data via HTTP POST. Inside this controller is a call to a method that I copied/pasted from ArcGIS's .NET implementation of the proxy that's needed to connect to ...
0
votes
1answer
49 views
Overwrite existing map service in ArcGIS Server 10.1 (through ArcPy)
I am using ArcGIS DT and Server 10.1. I want to over write existing map service though ArcPy and going through this link and getting an errorRuntime error
Traceback (most recent call last):
File ...
0
votes
0answers
28 views
Why does my feature service allow add and delete but can't update attributes
I have published a FeatureService in ArcGIS 10.1. I connect to the service with this JSAPI sample: Using the Attribute Inspector. With this sample I can add features and I can move or delete ...
1
vote
0answers
29 views
Unable to reorder after layers from multiple ArcGISDynamicMapServiceLayers
I used the ArcGIS Javascript layer reordering sample as template.
Initially I have 4 layers added to the map by ArcGISDynamicMapServiceLayer where reordering was working. Then, instead of using add ...
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 ...
-1
votes
0answers
34 views
Get attributes and geometry from a feature and convert it to a graphic in JavaScript
How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic?
Any idea?
1
vote
1answer
30 views
What is difference between simultaneous users and simultaneous connections in ArcGIS for Server 10.1?
What is the difference between simultaneous users and simultaneous connections. We're looking at Workgroup standard vs Enterprise Standard. Here's what we want to do: Use Arc Gis Server to serve ...
0
votes
0answers
26 views
Can I access the request URL in a Server Object Extension (SOE)
I would like to obtain the full URL of a REST request inside of an ArcGIS Server SOE.
I would like to return the full URL to an output file. But, the service may be exposed on different servers or ...
0
votes
0answers
14 views
Does the ArcGIS Flex API simplify polygons by default?
I have a feature access map service that I use on an ArcGIS Flex web application.
Some polygons published by the feature service, seem to be "simplified" by the Flex API before they are drawn on the ...
0
votes
1answer
55 views
ArcGIS for Server or its alternative?
I am trying to develop a GIS web application. I am using ArcGIS for desktop as the database. I need to use existing ArcGIS Restful services but also need to publish some new services. I think that ...
0
votes
1answer
17 views
Could use a bit of XAML guidance when designing with ESRI Silverlight Viewer
I'm trying to implement a version of this in my web map:
http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#MapExtent
As you can see, part of the XAML is:
<esri:Map ...
0
votes
2answers
49 views
ArcGIS javascript api - layer reordering - how to add new layers?
I am learning ArcGIS javascript API and wanted to make a reordering panel for my webapp. I looked through the ArcGIS sample.
but I'm stuck at addLake() function. If I'm understand the sample ...
6
votes
3answers
126 views
How to mirror two geodatabases on the fly?
I'm new to arcgis and its applications.
We have the full suite of arcgis solutions (arcgis server, desktop, arcgis sde)
We have a requirement...
geodatabase (A & B)
A & B reside on 2 ...
0
votes
1answer
29 views
Why do objects disappear when I zoom on a dynamic map service?
I have a dynamic web map service that contains some point objects.
When I zoom in and out, some of the point object disappear and reappear randomly.
The map service is dynamic, no cache has been ...
1
vote
0answers
35 views
Embed map in a website
I am using arcgis server 10.0. I published a mxd file using arcgis manager resources.
I see the web url http://cosmic-dellt410:8399/arcgis/services/DD/MapServer but it says get method not allowed. I ...
0
votes
1answer
36 views
Arcgis Server name include domain
When I create a web app using the template it points to cos-t420:8399/arcgisoutput but I need it to be cos-t420.web.com.sg:8399/arcgisoutput
How can it be done? am using the java version.
0
votes
1answer
84 views
Error 001359 when publishing map service to ArcGIS server 10.1
I encountered this error when trying to publish a map service to an ArcGIS Server 10.1 (installed on linux).
--------------------------- Service Publishing Result
--------------------------- ...
2
votes
1answer
253 views
Auto-update the map service & REST in ArcGIS server 10.1
I have one map service which is updating per day so I need to manually overwrite the service in ArcGIS 10.1
In previous versions 10.0 its very easy..just update the .mxd then REST will be auto ...




