public class TiledGriddedCoverageTests extends TileTests
Sources
CommonFixture.GeoPackageVersion| Modifier and Type | Field and Description |
|---|---|
protected static Collection<ImageReader> |
tiffImageReaders |
jpegImageReaders, pngImageReaders, tileTableNamesdatabaseConnection, dataSource, gpkgFile, ROOT_PKG_PATH| Constructor and Description |
|---|
TiledGriddedCoverageTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
a_ValidateExtensionPresent(org.testng.ITestContext testContext) |
void |
coverageAncillaryDatatype()
Test case
/extensions/elevation/table_val/gpkg_2d_gridded_coverage_ancillary |
void |
coverageAncillarySetName()
Test case
/extensions/elevation/table_ref/gpkg_2d_gridded_coverage_ancillary/gpkg_tile_matrix_set |
void |
coverageAncillaryTableDefinition()
Test case
/extensions/elevation/table_def/gpkg_2d_gridded_coverage_ancillary |
void |
coverageAncillaryValues()
Test case
/extensions/elevation/table_ref/gpkg_contents/gpkg_2d_gridded_coverage_ancillary |
void |
extensionTableRows()
Test case
/extensions/elevation/table_val/gpkg_extensions |
void |
imageFormat()
For data where the datatype column of the corresponding row in the
gpkg_2d_gridded_coverage_ancillary table is integer,
the tile_data BLOB in the tile pyramid user data table containing tiled,
gridded elevation data SHALL be of MIME type image/png and the data SHALL
be 16-bit unsigned integer (single channel - "greyscale").
|
void |
requiredSRSReferences()
Test case
/opt/extensions/elevation/srs/required_references |
void |
requiredSRSRows()
Test case
/extensions/elevation/table_val/gpkg_spatial_ref_sys/rows |
void |
setUp()
Sets up variables used across methods, overrides TileTests
|
void |
tileAncillaryTableDefinition()
Test case
/extensions/elevation/table_def/gpkg_2d_gridded_tile_ancillary |
void |
tileAncillaryTableRef()
Test case
/extensions/elevation/table_ref/tpudt/gpkg_2d_gridded_tile_ancillary |
void |
tileAncillaryTableVal()
Test case
/extensions/elevation/table_val/gpkg_2d_gridded_tile_ancillary |
canReadImage, getDataType, imageFormatJpg, isAcceptedImageFormat, matrixHeightGreaterThanZero, matrixSetNameForEachTilesTable, matrixSetNamesReferenceTiles, matrixSetSrsIdReferencesGoodId, matrixWidthGreaterThanZero, pixelXSizeGreaterThanZero, pixelYSizeGreaterThanZero, setDataType, sortedPixelSizes, tileColumnRange, tileHeightGreaterThanZero, tileMatrixDimensionAgreement, tileMatrixPerZoomLevel, tileMatrixSetTable, tileMatrixTableContentsReferences, tileMatrixTableDefinition, tileRowRange, tilesTableDefinitions, tileWidthGreaterThanZero, zoomLevelNotNegative, zoomLevelRange, zoomTimesTwocheckPrimaryKey, close, getAllowedVersions, getGeopackageVersion, getPrimaryKeyColumn, getTestName, initCommonFixture, isExtendedType, setTestName, validateClassEnabledprotected static final Collection<ImageReader> tiffImageReaders
public void a_ValidateExtensionPresent(org.testng.ITestContext testContext)
throws SQLException
SQLExceptionpublic void setUp()
throws SQLException
setUp in class TileTestsSQLException - if there is a database errorpublic void coverageAncillaryTableDefinition()
throws SQLException
/extensions/elevation/table_def/gpkg_2d_gridded_coverage_ancillarySQLException - If an SQL query causes an errorpublic void tileAncillaryTableDefinition()
throws SQLException
/extensions/elevation/table_def/gpkg_2d_gridded_tile_ancillarySQLException - If an SQL query causes an errorpublic void requiredSRSRows()
throws SQLException
/extensions/elevation/table_val/gpkg_spatial_ref_sys/rowsSQLException - If an SQL query causes an errorpublic void requiredSRSReferences()
throws SQLException
/opt/extensions/elevation/srs/required_referencesSQLException - If an SQL query causes an errorpublic void extensionTableRows()
throws SQLException
/extensions/elevation/table_val/gpkg_extensionsSQLException - If an SQL query causes an errorpublic void coverageAncillaryValues()
throws SQLException
/extensions/elevation/table_ref/gpkg_contents/gpkg_2d_gridded_coverage_ancillarySQLException - If an SQL query causes an errorpublic void coverageAncillarySetName()
throws SQLException
/extensions/elevation/table_ref/gpkg_2d_gridded_coverage_ancillary/gpkg_tile_matrix_setSQLException - If an SQL query causes an errorpublic void coverageAncillaryDatatype()
throws SQLException
/extensions/elevation/table_val/gpkg_2d_gridded_coverage_ancillarySQLException - If an SQL query causes an errorpublic void tileAncillaryTableRef()
throws SQLException
/extensions/elevation/table_ref/tpudt/gpkg_2d_gridded_tile_ancillarySQLException - If an SQL query causes an errorpublic void tileAncillaryTableVal()
throws SQLException
/extensions/elevation/table_val/gpkg_2d_gridded_tile_ancillarySQLException - If an SQL query causes an errorpublic void imageFormat()
throws SQLException,
IOException
imageFormat in class TileTestsSQLException - If an SQL query causes an errorIOException - If the bytes of an image cause an error when readCopyright © 2018 Open Geospatial Consortium. All rights reserved.