java.lang.Object
org.opengis.cite.gpkg12.CommonFixture
org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT

public class CRSWKT extends CommonFixture
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the CRS WKT extension.

Sources

Author:
Luke Lambert, Jeff Yutzler
  • Constructor Details

    • CRSWKT

      public CRSWKT()
  • Method Details

    • activeExtension

      @BeforeClass public void activeExtension(org.testng.ITestContext testContext) throws SQLException
      Throws:
      SQLException
    • tableDefinition

      public void tableDefinition() throws SQLException
      For GeoPackages conforming to this extension, the gpkg_spatial_ref_sys table SHALL have an additional column called definition_12_063 as per Spatial Ref Sys Table Definition and gpkg_spatial_ref_sys Table Definition SQL (CRS WKT Extension).
      Throws:
      SQLException - If an SQL query causes an error
      See Also:
    • crsTableValues

      public void crsTableValues() throws SQLException
      At least one definition column SHALL be defined with a valid definition unless the value of the srs_id column is 0 or -1. Both columns SHOULD be defined. If it is not possible to produce a valid [32] definition then the value of the definition column MAY be undefined. If it is not possible to produce a valid [34] definition then the value of the definition_12_063 column MAY be undefined.
      Throws:
      SQLException - If an SQL query causes an error
      See Also: