WMS Request

741
2
Jump to solution
04-11-2017 01:16 AM
MohammadAlmalt
New Contributor

Is there a way in arcgis runtime sdk for java to build a wms request to a server ?

for example i have this wms request http://www.ag.ch/geoportal/services/kai_wms_ortho/MapServer/WMSServer?LAYERS=Nutzungszonen%20Kulturl... 

is there a class to give it those parameters so that it returns an image to me?

0 Kudos
1 Solution

Accepted Solutions
nita14
by
Occasional Contributor III

Mohammed,

Unfortunately not. WMS support in ArcGIS Runtime for Java 10.2.4, was so limited, that I had to create a custom solution for these purposes. Generally speaking, OGC standards were not covered well enough in 10.x versions. Hope this is going to change with 100.x version. We will see in couple of months...

Regards,


Adam

View solution in original post

2 Replies
nita14
by
Occasional Contributor III

Mohammed,

Unfortunately not. WMS support in ArcGIS Runtime for Java 10.2.4, was so limited, that I had to create a custom solution for these purposes. Generally speaking, OGC standards were not covered well enough in 10.x versions. Hope this is going to change with 100.x version. We will see in couple of months...

Regards,


Adam

EricBader
Occasional Contributor III

Adam is correct.

WMS is being re-implemented for a late 2017 release, and we hope to have much better support for these standards-based services in that release.

If you're interested, WMTS is going to be available in our June 2017 release. 

0 Kudos