public class NSG_TileTests
extends org.opengis.cite.gpkg12.CommonFixture
| Constructor and Description |
|---|
NSG_TileTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
boundingBoxTests()
NSG Req 23: The (min_x, min_y, max_x, max_y) values in the gpkg_tile_matrix_set table SHALL be the maximum bounds
of the CRS specified for the tile pyramid data table and SHALL be used to determine the geographic position of
each tile in the tile pyramid data table.
|
void |
dataValidity_gpkg_contents()
--- NSG Req 19: Data validity SHALL be assessed against data value constraints specified in Table 26 below using
a test suite.
|
void |
dataValidity_gpkg_tile_matrix()
NSG Req 19: Data validity SHALL be assessed against data value constraints specified in Table 26 below using a
test suite.
|
void |
pixelsSizeTests()
NSG Req 22: The gpkg_tile_matrix table SHALL contain pixel_x_size and pixel_y_size column values that differ by a
factor of 2 between all adjacent zoom levels for each tile pyramid data table per OGC GeoPackage Clause 2.2.3.
|
void |
tileSizeTests()
NSG Req 20: The gpkg_tile_matrix table SHALL contain tile_width and tile_height column values of 256 for every
table_name tile pyramid data table.
|
public void dataValidity_gpkg_tile_matrix()
throws SQLException
SQLException - if access to gpkg failedpublic void tileSizeTests()
throws SQLException,
IOException
SQLException - if access to gpkg failedIOException - if tile data coul not be readpublic void pixelsSizeTests()
throws SQLException
SQLException - if access to gpkg failedpublic void boundingBoxTests()
throws SQLException
SQLException - if access to gpkg failedpublic void dataValidity_gpkg_contents()
throws SQLException
SQLException - if access to gpkg failedCopyright © 2018 Open Geospatial Consortium. All rights reserved.