POST
|
I have to update polygons by county in a nationwide layer (average amount of polys is 1500 per county). Update implies deleting a full county and uploading the new one. I have a python script that does the trick but for aprox 60 counties it takes aprox 9 hours Using geodatabase 10.1 with Oracle 11g - Pseudocode of the script is //select all counties to delete arcpy.MakeFeatureLayer_management arcpy.SelectLayerByAttribute_management arcpy.DeleteFeatures_management arcpy.Compress_management //Loop thru counties updloading them Loop with: arcpy.Append_management arcpy.Compress_management is this something expected timewise or there's a database tuning I'm missing.. (or something else I can use from python)??
... View more
03-08-2017
07:16 AM
|
0
|
0
|
517
|
POST
|
I know that on 3.19 SLD was not supported (according to the documentation) What about in 4.2 where there's no WMSLayer class? which one is replacing it ( WebTileLayer??) ? and can I use SLD on that one?? (any example?) [this is an SLD from an external provider) Class: WMSLayer Note: The WMSLayer does not support using Styled Layer Descriptor (SLD) documents.
... View more
01-12-2017
08:22 AM
|
1
|
0
|
378
|
POST
|
Sorry to bother you since you are the only one to reply.. checking the info I cannot figure out if the service provided by parcelatlas has all the features I need to setup as a web tiled layer.. Do I have to set the parameters like the contractID as part of attributes? I have 2 different options to access the data: (https://rest.parcelatlas.com/HowTo.aspx like) https://rest.parcelatlas.com/Tiles/D3342484-32CD-DD11-AF04-0003FF70C8AE/0320210202001111 and http://www.parcelatlas.com/ParcelAltasServices/ as a layer over bing maps <head> <title> </title> <meta http-equiv =" Content-Type " content =" text/html; charset=utf-8 "> <script type =" text/javascript " src ="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"> </script> <script type =" text/javascript "> var map = null; var tileLayer; function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(30.52,-84.37),17,'r' ,false); GetTiles(); } function GetTiles() { var bounds = [new VELatLongRectangle(new VELatLong(32,-85),new VELatLong(30,-83))]; var tileSourceSpec = new VETileSourceSpecification("Parcel", "MapTileHandler.ashx?qkey=%4&contractid=D3342484-32CD-DD11-AF04-0003FF70C8AE"); tileSourceSpec.NumServers = 1; tileSourceSpec.Bounds = bounds; tileSourceSpec.MinZoomLevel = 10; tileSourceSpec.MaxZoomLevel = 18; tileSourceSpec.Opacity = 1; tileSourceSpec.ZIndex = 100; map.AddTileLayer(tileSourceSpec, true); } function DeleteTileLayer() { map.DeleteTileLayer("Parcel"); } </script> </head> I might be a little confused where to start reading/finding out how to access this using the javascript api
... View more
04-21-2015
05:59 AM
|
0
|
0
|
10
|
POST
|
I checked it but couldn't figure the quadtree parameter nor where to put the contractID etc.. will keep trying
... View more
04-15-2015
10:04 AM
|
0
|
0
|
10
|
POST
|
I'll like to add this service https://rest.parcelatlas.com/Tiles/D3342484-32CD-DD11-AF04-0003FF70C8AE/0320210202001111 (description here: https://rest.parcelatlas.com/HowTo.aspx ) Tiles by Quad Key /Tiles/{contract ID}/{quad key} Example: /Tiles/D3342484-32CD-DD11-AF04-0003FF70C8AE/0320210202001111 A quad tile image showing parcels, suitable for use in a Microsoft Bing Maps application or other mapping application. as another layer .. can that be done? I know it can be added with Virtual Earth like http://www.parcelatlas.com/ParcelAltasServices/ Any idea or hint?
... View more
04-15-2015
08:15 AM
|
0
|
3
|
3289
|
POST
|
Not really.. I think the problem is the geometry but I wonder what the INF is.. if you do the exact same query with another geometry it'll return the result (I have been testing this a lot) Distance (GeometryServer)
... View more
03-13-2015
04:38 AM
|
0
|
0
|
7
|
POST
|
this call to distance function in the geometry service is returning INF .. does anyone knows what it is and why?? After that since it's not a double it breaks my json mapping Distance (GeometryServer) sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/Geometry/GeometryServer/distance?sr=4326&geometry1=%7B%27geometryType%27%3A%27esriGeometryPoint%27%2C%27geometry%27%3A%7B%27x%27%3A-84.346539%2C%27y%27%3A33.886364%2C%27spatialReference%27%3A%7B%27wkid%27%3A4326%7D%7D%7D&geometry2=%7B%27geometryType%27%3A%27esriGeometryPolygon%27%2C%27geometry%27%3A%7B%27rings%27%3A%5B%5B%5B-84.347946%2C+33.89275%5D%2C+%5B-84.347946%2C+33.892723%5D%2C+%5B-84.347946%2C+33.892754%5D%2C+%5B-84.347946%2C+33.89275%5D%5D%5D%7D%7D&geodesic=true&distanceUnit=9002&f=html
... View more
03-12-2015
10:12 AM
|
0
|
2
|
3630
|
POST
|
I'm trying to consume the REST API from java (the GeometryServer and one of my own services) and been looking around which one is the best option (or the right way to do it, specially trying to map the fields automatically etc) will Apache-CXF be the best option (or an option).. what about the wsdl contract? when I run the ?wsdl it comes back with "This XML file does not appear to have any style information associated with it. The document tree is shown below" and then the tree. I am lost really on which way to take and don't want to reinvent the wheel Any advice will be really appreciated
... View more
11-10-2014
06:33 AM
|
0
|
0
|
2966
|
POST
|
IT WAS WORKING FINE!! my bad!! I was hosting the API and replacing the HOST name I accidentally post to the old api (3.7) TIM WITT: THANKS FOR YOUR HELP!! and quick response!!
... View more
09-04-2014
06:52 AM
|
0
|
4
|
8
|
POST
|
Upgrading to 3.10 I found in the documentation at what's new ( What's new in Version 3.10 | Guide | ArcGIS API for JavaScript ) Label layer changes: Labeling expressions no longer use ${field} syntax but now use {field}. In other words, popup template syntax instead of info template syntax. I've changed it accordingly and the {CASENUMBER} text is displayed instead of the value lomaLabels.addFeatureLayer(featureLayerLOMA, lomaLabelRenderer, "{CASENUMBER}" ,{pointPriorities:"AboveLeft"} ); I really need this since I'm struggling with ${} been confused with a TAG and my program blows out with the error org.apache.jasper.JasperException: The attribute prefix CASENUMBER does not correspond to any imported tag library
... View more
09-04-2014
06:07 AM
|
0
|
7
|
2151
|
Online Status |
Offline
|
Date Last Visited |
Wednesday
|