POST
|
No its pure database connected through arccatalog. i will further join the same to spatial layer
... View more
12-18-2023
10:52 PM
|
0
|
0
|
624
|
POST
|
Hi all, I am Trying to open a table or view in ARCCatalog but not displaying any records. When i click on last record it is going into loop. Here is the screenshot
... View more
12-18-2023
10:30 PM
|
0
|
2
|
638
|
POST
|
Unique value rendering using multiple fields. I have 2 fields say x and y in a yer. X has 7 distinct attribute value and Y has 2. i am tying to combine and create a unique render using multiple fields in an android app Can any body guide using an example
... View more
09-08-2020
04:29 AM
|
0
|
1
|
672
|
POST
|
Robert, Thanks for the reply. Both are integers. the same query is working in arcmap, but not on gisservice.
... View more
12-19-2019
09:00 PM
|
0
|
1
|
1049
|
POST
|
Hi all, i have 2 layers, zone and circle. when i filter (filter.png) zone select a name it will zoom to that particular zone and print on console as 1. And when i select zone and circle combination only 0 zero records is fetched as seen in console (s.png). $(document).on("change", "#Zone_list", function () { if ($("#Zone_list").val() == "All Zones") { $("#Circle_list").empty(); $("#table_title").text("All Zones"); map.addLayer(district_layer); map.removeLayer(mandal_layer); map.setExtent(district_layer.fullExtent); basicOnLoadFun(); } else { $("#table_title").text("Zone: " + $("#Zone_list :selected").text()); setMapFeatureToExtent(QueryTask, Query, district_url, 'sde.sde.ghmc_zones_pt1.zoneid = ' + $("#Zone_list").val()); var query_con = 'sde.sde.GHMC_Circles_pt1.zone_id = ' + $("#Zone_list").val(); selectedDistrict(query_con); } }); $(document).on("change", "#Circle_list", function () { if ($("#Circle_list").val() == "All Circles") { setMapFeatureToExtent(QueryTask, Query, district_url, 'sde.sde.ghmc_zones_pt1.zoneid = ' + $("#Zone_list").val()); } else { var condition = 'sde.sde.GHMC_Circles_pt1.circle = ' + $("#Circle_list").val() + ' AND sde.sde.GHMC_Circles_pt1.zone_id = ' + $("#Zone_list").val(); setMapFeatureToExtent(QueryTask, Query, mandal_url, condition); } }); function selectedDistrict(query_con) { map.removeLayer(district_layer); mandal_layer.setDefinitionExpression(query_con); map.addLayer(mandal_layer); field_key = "sde.sde.circlepara." + $('input[name=Indecator]:checked').val(); var out_fields = "sde.sde.GHMC_Circles_pt1.zone || sde.sde.GHMC_Circles_pt1.zone_id || sde.sde.GHMC_Circles_pt1.cir_name || sde.sde.GHMC_Circles_pt1.circle || getAttributes(Query, QueryTask, query_con, mandal_url, "sde.sde.GHMC_Circles_pt1.cir_name||sde.sde.GHMC_Circles_pt1.circle", "#Circle_list", "Circles"); createTable(QueryTask, Query, mandal_url, query_con, out_fields); }; function setMapFeatureToExtent(QueryTask, Query, url, condition) { var queryTask = new QueryTask(url); var query = new Query(); query.returnGeometry = true; query.outFields = ["*"]; query.outSpatialReference = map.spatialReference; query.where = condition; queryTask.execute(query, function (results) { console.log(results.features.length) map.setExtent(results.features[0].geometry.getExtent()) }); };
... View more
12-19-2019
05:04 AM
|
0
|
3
|
1129
|
POST
|
Hi , I have a sde feature data say 1010docket to which i have linked a non spatial database parcelcntview. i have linked both using a unique code and assigned a symbology to show different colors based on the input column in non spatial attribute table. i have a created a webservice from this. In preview the map looks like but when i publish a service i could not view the layer list and table info in rest services And also when i tried to open the service in ArcGIS.com MAP map is not visible Kindly suggest me where i went wrong
... View more
11-14-2019
07:43 AM
|
0
|
0
|
268
|
POST
|
Could you help me with the code. even i changed the following but result the same for(i=0; i<10; i++) { coords="lng: "+(results.features.getAttribute("long"))+","+" lat: "+(results.features.getAttribute("lat")); } to.... for(i=0; i<10; i++) { coords=(results.features.getAttribute("long"))+",\n "+(results.features.getAttribute("lat")); }
... View more
05-01-2019
02:36 AM
|
0
|
1
|
1062
|
POST
|
Hi, I tried to react and post lat long through array, but position is jumping irregularly to some location. my code is function stubGeolocation() { const layer = new FeatureLayer({ url: "http://xyz/MapServer/0"}, outFields = ["sno","long","lat"] ); var coords; layer.queryFeatures().then(function(results){ coords = new Array(totalLength); for(i=0; i<10; i++) { coords="lng: "+(results.features.getAttribute("long"))+","+" lat: "+(results.features.getAttribute("lat")); } }); currentCoordIndex = 0; geolocate.use(); setInterval(function() { geolocate.change(coords[currentCoordIndex]); currentCoordIndex = (currentCoordIndex + 1) % coords.length; }, 2000); } });
... View more
04-27-2019
04:59 AM
|
0
|
3
|
1062
|
POST
|
Hi, I am using the Track widget simulation for tracking vehicle Track widget simulation | ArcGIS API for JavaScript 4.11 I would like to input coordinates from database in place of this var coords = [ { lat: 34.05648363780692, lng: -117.19565501782613 }, { lng: -117.19565880345007, lat: 34.05682230352545 }, { lng: -117.19566258907402, lat: 34.05716096924398 }, }, How can i do the same.
... View more
04-22-2019
04:33 AM
|
0
|
5
|
1211
|
POST
|
Hi, I have sde database in which district feature class is available. to which i have joined external data from a view from another MIS database. I have published the same in arcgis server. The data is available when it is consumed in arcmap But when i tried to access the same in arcgis.com the data is missing can anyone guide me. I need to consume the same for javascript web application.
... View more
05-23-2018
03:50 AM
|
0
|
3
|
926
|
POST
|
Can i do it directly, with out any intermediate stage such as converting the XY event theme to point then spatial join.
... View more
07-18-2016
11:19 PM
|
1
|
1
|
649
|
POST
|
Hi, i have a view in postgres view comprising of X Y coordinates (Non-spatial) and a polygon layer(spatial). i need to assign the polygon attributes to the XY table under which the coordinates are falling without any intermediate stages like creating a point feature class from the view.
... View more
07-18-2016
11:10 PM
|
0
|
4
|
2060
|
POST
|
Hi, i have a view in postgres view comprising of X Y coordinates (Non-spatial) and a polygon layer(spatial). i need to assign the polygon attributes to the XY table under which the coordinates are falling without any intermediate stages like creating a point feature class from the view.
... View more
07-18-2016
12:27 AM
|
0
|
0
|
810
|
POST
|
Hi, i have a view in postgres view comprising of X Y coordinates (Non-spatial) and a polygon layer(spatial). i need to assign the polygon attributes to the XY table under which the coordinates are falling without any intermediate stages like creating a point feature class from the view.
... View more
07-18-2016
12:24 AM
|
0
|
0
|
404
|
POST
|
Hi, I have a state layer in which counties exists. i have definied the layer by which the layer only showing the counties existing in a particular state as below. but how can make this defined state to be as a map extent. var featureLayer1 = new FeatureLayer("XYZ",{ mode: FeatureLayer.MODE_ONDEMAND, outFields: ["*"], //minScale : 800000, //maxScale : 0, infoTemplate: template }); featureLayer1.setDefinitionExpression("sde.sde.TS_Const.dname = '" + distname + "'");
... View more
05-19-2016
04:10 AM
|
0
|
4
|
4264
|
Title | Kudos | Posted |
---|---|---|
1 | 07-18-2016 11:19 PM | |
1 | 06-30-2015 01:49 AM | |
2 | 07-08-2015 11:38 PM |
Online Status |
Offline
|
Date Last Visited |
07-16-2025
02:21 AM
|