OGC WMTS (Web Map Tile Service) Reader Parameters

WMTS Connection

Use Network Authentication

Advanced

Layer Options

Tile Selection Options

OGC WMTS layers are represented by a variable number of raster tiles depending on the resolution/zoom-level of the request. The WMTS Reader allows you to choose the zoom level by specifying a Tile Matrix which corresponds to a particular zoom-level.

Typically, servers provide an arbitrary scale for zoom-levels (for example, 0 to 20, where 0 provides the least resolution and 20 provides the most resolution). Some servers may have a defined scale (for example, 1000m to 1m, where 1000m provides the least resolution and 1m provides the most resolution).

When choosing a higher resolution, it is recommended to use one of the Selection Types listed below to reduce the number of tiles returned from the server.

WMTS servers divide the layer into a number of tile rows and columns. FME allows you to query specific tile(s) by choosing a selection type.

Selection Type

The Selection Type can be one of four options:

  • None – This is the default selection type. All tiles in the layer will be returned.
  • Single Tile Selection – Selects a single tile at a specific location by referencing the tile row and column:
    • Select Tile Row – The row number of the target tile.
    • Select Tile Column – The column number of the target tile.
  • Tile Selection By Column/Row Range – Selects a subset of tiles in the layer by referencing a range of tile row and column.
    • Tile Row Min – The lower bound row number of the target tile range.
    • Tile Column Min – The lower bound column number of the target tile range.
    • Tile Row Max – The upper bound row number of the target tile range.
    • Tile Column Max – The upper bound column number of the target tile range.
  • Tile Selection By Bounding Box – Using the minimum and maximum x and y parameters, define a bounding box that will be used to filter out the tiles outside of the bounding box. Only the subset of tiles that intersect with or reside in the bounding box are returned.
    • Minimum X – The lower bound x value.
    • Minimum Y – The lower bound y value.
    • Maximum X – The upper bound x value.
    • Maximum Y – The upper bound y value.
    • Bounding Box Coordinate System – Specifies the coordinate system of the extents given.
  • Note  Tiles that reside on the bounding box boundaries are not clipped or cut off, and will be included in the resulting subset of tiles.

Schema Attributes

Spatial