Class WmtsWrapper
- java.lang.Object
-
- org.hortonmachine.gears.utils.images.WmtsWrapper
-
public class WmtsWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description WmtsWrapper(String urlString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.geotools.ows.wmts.model.WMTSCapabilitiesgetCapabilities()BufferedImagegetImage(org.geotools.ows.wmts.model.WMTSLayer layer, String format, String srs, int imageWidth, int imageHeight, org.geotools.geometry.jts.ReferencedEnvelope bbox, String version)org.geotools.ows.wms.LayergetLayer(String name)org.geotools.ows.wmts.model.WMTSLayer[]getLayers()static voidmain(String[] args)voidprintInfo()
-
-
-
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
-
-