OGC WMTS (Web Map Tile Service) Reader
The OGC Web Map Tile Service (WMTS) Reader allows FME to retrieve spatially referenced raster map tiles from a WMTS-compliant server.
WMTS Product and System Requirements
Format |
Product |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Form |
FME Flow |
FME Flow Hosted |
Windows 64-bit |
Linux |
Mac |
Reader |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Overview
WMTS is an OpenGISĀ® Implementation Specification. The WMTS specification defines three HTTP operations:
- GetCapabilities
- GetFeatureInfo (not yet supported)
- GetTile
Only the GetCapabilities and GetTile operations are supported in this implementation.
The WMTS reader adheres to versions 1.0.0 of this specification, which can be found at the OpenGIS Consortium website.
Reader Overview
The WMTS reader supports PNG, GIF, JPEG, TIFF, and GeoTIFF raster tiles from the WMTS server.
The reader produces one feature type for the selected layer. Each tile retrieved for the selected layer will become an individual feature.
FME Raster Features
FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data.
For comprehensive information about how FME processes raster data, see Rasters.