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 System Requirements
Format |
Product |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Desktop License |
FME Server |
FME Cloud |
Windows |
Linux |
Mac |
Reader |
Professional Edition and higher |
Yes |
Yes |
64-bit: Yes |
Yes |
Yes |
- More about FME Licenses and Subscriptions.
- More about FME Desktop Editions and Licenses.
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. The topics below describe how FME processes raster data.