[GIS] Getting tiles from WMTS document using GeoTools

geotoolsjavawmts

I was wondering if there is a library which I can use to retrieve TileMatrix/Tile information from a WMTS Capabilities document. I have been trying to use geotools but it seems as though it does not support WMTS (just WMS).

Best Answer

GeoTools now has a WMTS module that will handle this (and more) for you:

The client code is fairly slick in that it takes care of version negotiation (inheriting functionalities from AbstractOpenWebService), and even a few server specific wrinkles for you.