Class WmtsWrapper


  • public class WmtsWrapper
    extends Object
    • Constructor Detail

      • WmtsWrapper

        public WmtsWrapper​(String urlString)
    • Method Detail

      • getCapabilities

        public org.geotools.ows.wmts.model.WMTSCapabilities getCapabilities()
      • getLayers

        public org.geotools.ows.wmts.model.WMTSLayer[] getLayers()
      • getLayer

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

        public void printInfo()
      • getImage

        public BufferedImage getImage​(org.geotools.ows.wmts.model.WMTSLayer layer,
                                      String format,
                                      String srs,
                                      int imageWidth,
                                      int imageHeight,
                                      org.geotools.geometry.jts.ReferencedEnvelope bbox,
                                      String version)
                               throws Exception
        Throws:
        Exception