|
POST
|
I am facing issues adding any HTTPS based WMS service using ArcGIS Runtime. Strange thing is that I have to set the spatial reference to WGS84 while initializing WMS Service or else it gives error. Even though the layer status says initialized I get all properties e.g. spatialreference, extents etc as null and nothing displays in JMap Test URL https://hazards.fema.gov/gis/nfhl/services/public/NFHLWMS/MapServer/WMSServer? Code Snippet String url = "https://hazards.fema.gov/gis/nfhl/services/public/NFHLWMS/MapServer/WMSServer?"; final WmsDynamicMapServiceLayer wmsLayer = new WmsDynamicMapServiceLayer(url); layers.add(wmsLayer); Shows layer status ERRORED If I change it as below String url = "https://hazards.fema.gov/gis/nfhl/services/public/NFHLWMS/MapServer/WMSServer?"; SpatialReference crs = SpatialReference.create(SpatialReference.WKID_WGS84); WmsDynamicMapServiceLayer wmsLayer = new WmsDynamicMapServiceLayer(url, crs); layers.add(wmsLayer); Shows layer status INITIALIZED Still I am not able to view anything on the JMap. What am I missing? NOTE :- I am using an authenticated Proxy and all HTTP urls works well. Eric Bader Vijay Gandhi Elise Acheson
... View more
02-20-2015
02:50 AM
|
0
|
2
|
4399
|
|
POST
|
Can you check if you have the 32 bit or a 64 bit version of QT installed? Somewhere its not picking up things correctly. Why is it going for a 32 bit Local Server?
... View more
02-20-2015
12:16 AM
|
0
|
5
|
1922
|
|
POST
|
Yes its a 64bit OS RHEL 6.4 Workstation. It doesn't crash immediately but after a series of tab clicks sometime around 20-30 clicks. The application is SWT (RCP based) and only JMap Tab has a Swing component. In the JMap we have arcgisonline basemap and we add couple of shapefiles. It happens even without adding shapefiles. There is nothing running in other tabs at the moment. Let me know if I can provide any other details that could be helpful in recreating this problem
... View more
02-19-2015
11:20 PM
|
0
|
1
|
1335
|
|
POST
|
We are developing a component which has couple of tabs and JMap is inside one of those tabs. While switching between tabs, the application crashed when click on the tab having JMap with the follow exception on Linux [xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. java: xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed. Can you someone confirm that XInitThreads has been called correctly within the ArcGIS Runtime code? Enviroment Information OS - RHEL 6.4 Workstation Graphics Driver - Nvidia Eric Bader Vijay Gandhi Elise Acheson
... View more
02-19-2015
03:34 AM
|
0
|
3
|
8267
|
|
POST
|
Can you enable logging for the local server using the Runtime server utility? and the send the log files. That will be helpful to debug this problem
... View more
02-18-2015
03:33 AM
|
0
|
1
|
414
|
|
POST
|
Take any standard CRS and change few parameters like Units or name etc to make it non standard For example; PROJCS["Wyoming_State_Pl_NAD_1927",GEOGCS["GCS_North_American_Datum_1927_-_NADCON_ConUS",DATUM["D_North_American_Datum_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.01745329251994]],PROJECTION["Transverse_Mercator"],PARAMETER["Scale_Factor",0.9999412],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-107.3333333],PARAMETER["False_Easting",500000.0],PARAMETER["Latitude_Of_Origin",40.66666667],UNIT["Foot_US",0.30480060960121924]]
... View more
02-18-2015
03:07 AM
|
0
|
2
|
804
|
|
POST
|
ShapefileFeatureTable fails when trying to open a shapefile having Custom Spatialreference?
... View more
02-12-2015
10:41 PM
|
0
|
4
|
4568
|
|
POST
|
Do you have any control over the JSON response that you are getting from your service? Or can you massage the json response to be able to directly used by arcpy.JSONToFeatures_conversion?
... View more
02-12-2015
10:34 PM
|
0
|
0
|
579
|
|
POST
|
I am getting a FATAL Error ([Fatal Error] :1:3: The markup declarations contained or pointed to by the document type declaration must be well-formed.) when connecting to the following WMS service from ArcGIS Runtime JAVA http://npdwms.npd.no/npdwmsmap_wgs84.asp? But this service works well with ArcGIS Engine and ArcMap. Any idea what is the issue and if there is a work around? Eric Bader Vijay Gandhi Elise Acheson
... View more
01-13-2015
08:40 PM
|
0
|
1
|
4464
|
|
POST
|
Any idea when this can be fixed? We are unable to provide the label background now with Runtime API.
... View more
01-04-2015
07:23 PM
|
0
|
0
|
651
|
|
POST
|
Label background is not working within JMap in ArcGIS Runtime Java. But the local Server is able to export maps with background color from the local runtime server. I also dont see any methods in the API. Even constructing it from the JSON is not working. Is this a BUG ? Eric Bader Vijay Gandhi
... View more
12-30-2014
03:56 AM
|
0
|
2
|
4718
|
|
POST
|
I dont find a way to specify rendering information while rendering Raster data using the Local Dynamic map service using the blank.mpk option. Is this feature not yet present? Recently direct read for Local shapefiles and rasters have been introduced and I can use FileRasterSource to specify renderer but Rasters stored in geodatabases (personal, file, or enterprise) are not supported using this option. I need a way to do specify Raster renderer using the LocalDynamicMapService? Eric Bader Elise Acheson Vijay Gandhi Mark Baird
... View more
11-27-2014
01:28 AM
|
0
|
1
|
3481
|
|
POST
|
@Mark_baird Thanks. Are there are working references on how to make Raster Catalog work with ArcGIS Runtime? Suppose I have TIFF or JPEG based rasters.
... View more
11-25-2014
11:54 PM
|
0
|
0
|
492
|
|
POST
|
I need to get some information related to the CRS conversions. What is the default transformation with is being used by the ArcGIS Runtime local server when calling export image on Dynamic map service. For example, http://127.0.0.1:50000/arcgis/rest/services/empty0.mpk/MapServer/export?f=image&bbox=796964.901891,947607.0790340002,807699.279438753,966001.7941518774&bboxSR={"wkid":32056}&size=437,749&dpi=96&format=png32&transparent=true&imageSR={"wkid":32056} The Shapefile data added is in WGS84 and the image is requested in wkid = 32056. What is the default transformation that is being used? I need a complete list of transformations that will be used for CRS conversion by local server. If I dont know that then it will be difficult for me to exactly match with the projection that we are doing using Python script. Both should ideally be using the same transformation. Eric Bader Vijay Gandhi Mark Baird
... View more
11-25-2014
04:49 AM
|
0
|
0
|
4009
|
|
POST
|
Eric Bader Vijay Gandhi Elise Acheson Has support for Raster Catalog been added to ArcGIS Runtime 10.2.4? Is there a way it can be accomplished?
... View more
11-21-2014
03:10 AM
|
0
|
2
|
3907
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-28-2014 08:43 AM | |
| 1 | 02-23-2015 12:10 AM | |
| 1 | 02-27-2015 04:12 AM | |
| 2 | 07-09-2015 12:01 AM | |
| 1 | 03-02-2015 10:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|