Class CRSWKT
java.lang.Object
org.opengis.cite.gpkg12.CommonFixture
org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT
Defines test methods that apply to descriptive information about a GeoPackage's content
as it pertains to the CRS WKT extension.
Sources
- GeoPackage Encoding Standard - F.10. CRS WKT (OGC 12-128r13)
- Author:
- Luke Lambert, Jeff Yutzler
-
Field Summary
Fields inherited from class org.opengis.cite.gpkg12.CommonFixture
databaseConnection, dataSource, geopackageVersion, gpkgFile, ROOT_PKG_PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeExtension
(org.testng.ITestContext testContext) void
At least one definition column SHALL be defined with a valid definition unless the value of the srs_id column is 0 or -1.void
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).Methods inherited from class org.opengis.cite.gpkg12.CommonFixture
checkPrimaryKey, close, getGeopackageVersion, getPrimaryKeyColumn, getTestName, initCommonFixture, isExtendedType, setTestName, validateClassEnabled
-
Constructor Details
-
CRSWKT
public CRSWKT()
-
-
Method Details
-
activeExtension
- Throws:
SQLException
-
tableDefinition
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
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:
-