Class WmsWrapper


  • public class WmsWrapper
    extends Object
    • Method Detail

      • getCapabilities

        public org.geotools.ows.wms.WMSCapabilities getCapabilities()
      • getLayers

        public org.geotools.ows.wms.Layer[] getLayers()
      • getLayer

        public org.geotools.ows.wms.Layer getLayer​(String name)
      • printInfo

        public void printInfo()
      • getMessage

        public String getMessage​(org.geotools.ows.wms.request.GetMapRequest request)
                          throws Exception
        Throws:
        Exception
      • getUrl

        public URL getUrl​(org.geotools.ows.wms.request.GetMapRequest request)
      • getMapRequest

        public org.geotools.ows.wms.request.GetMapRequest getMapRequest​(org.geotools.ows.wms.Layer layer,
                                                                        String format,
                                                                        String srs,
                                                                        int imageWidth,
                                                                        int imageHeight,
                                                                        org.geotools.geometry.jts.ReferencedEnvelope bbox,
                                                                        String version,
                                                                        org.geotools.ows.wms.StyleImpl style)
                                                                 throws Exception
        Throws:
        Exception