Index
All Classes and Interfaces|All Packages
A
- addListing(String, String, String, String) - Method in class org.opengis.cite.gpkg12.nsg.util.CrsList
-
Adds a new CrsListing to the list.
B
- boundingBoxTests() - Method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
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.
C
- crsDefinitionsTest() - Method in class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
-
NSG Req 8: The CRS definitions in Table 7 through Table 19 below SHALL be used to specify the CRS used for tiles and vector feature user data tables containing NSG data in a GeoPackage.
- CrsList - Class in org.opengis.cite.gpkg12.nsg.util
- CrsList() - Constructor for class org.opengis.cite.gpkg12.nsg.util.CrsList
- CrsListingUtils - Class in org.opengis.cite.gpkg12.nsg.util
- crsTest() - Method in class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
-
NSG Req 3: The CRSs listed in Table 4, Table 5, and Table 6 SHALL be the only CRSs used by raster tile pyramid and vector feature data tables in a GeoPackage.
D
- dataValidity_gpkg_contents() - Method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
--- NSG Req 19: Data validity SHALL be assessed against data value constraints specified in Table 26 below using a test suite.
- dataValidity_gpkg_spatial_ref_sys() - Method in class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
-
NSG Req 19: Data validity SHALL be assessed against data value constraints specified in Table 26 below using a test suite.
- dataValidity_gpkg_tile_matrix() - Method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
NSG Req 19: Data validity SHALL be assessed against data value constraints specified in Table 26 below using a test suite.
- doTestRun(Document) - Method in class org.opengis.cite.gpkg12.nsg.TestNGController
F
- findXmlEntries(ResultSet) - Method in class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
G
- getCode() - Method in class org.opengis.cite.gpkg12.nsg.TestNGController
- getDefinitionBySrsId(String) - Method in class org.opengis.cite.gpkg12.nsg.util.CrsList
- getDescriptionBySrsId(String) - Method in class org.opengis.cite.gpkg12.nsg.util.CrsList
- getOrganizationCoordsysIdBySrsId(String) - Method in class org.opengis.cite.gpkg12.nsg.util.CrsList
- getTitle() - Method in class org.opengis.cite.gpkg12.nsg.TestNGController
- getVersion() - Method in class org.opengis.cite.gpkg12.nsg.TestNGController
I
- initDocumentBuilder() - Method in class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
- initSchema() - Method in class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
M
- main(String[]) - Static method in class org.opengis.cite.gpkg12.nsg.TestNGController
-
A convenience method for running the test suite using a command-line interface.
- matchAnnexTableTest() - Method in class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
- metadataSchemaValidation() - Method in class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
-
Validate metadata against NMIS xsd https://nsgreg.nga.mil/doc/view?
- MetadataTests - Class in org.opengis.cite.gpkg12.nsg.metadata
- MetadataTests() - Constructor for class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
N
- NSG_SpatialReferenceSystemsTests - Class in org.opengis.cite.gpkg12.nsg.core
- NSG_SpatialReferenceSystemsTests() - Constructor for class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
- NSG_TileTests - Class in org.opengis.cite.gpkg12.nsg.tiles
- NSG_TileTests() - Constructor for class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
O
- org.opengis.cite.gpkg12.nsg - package org.opengis.cite.gpkg12.nsg
- org.opengis.cite.gpkg12.nsg.core - package org.opengis.cite.gpkg12.nsg.core
- org.opengis.cite.gpkg12.nsg.metadata - package org.opengis.cite.gpkg12.nsg.metadata
- org.opengis.cite.gpkg12.nsg.tiles - package org.opengis.cite.gpkg12.nsg.tiles
- org.opengis.cite.gpkg12.nsg.util - package org.opengis.cite.gpkg12.nsg.util
P
- parseCrsListing() - Method in class org.opengis.cite.gpkg12.nsg.core.NSG_SpatialReferenceSystemsTests
- parseCrsListing() - Static method in class org.opengis.cite.gpkg12.nsg.util.CrsListingUtils
-
Parses the CRS list.
- pixelsSizeTests() - Method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
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.
T
- TestNGController - Class in org.opengis.cite.gpkg12.nsg
-
Main test run controller oversees execution of TestNG test suites.
- TestNGController() - Constructor for class org.opengis.cite.gpkg12.nsg.TestNGController
-
Default constructor uses the location given by the "user.home" system property as the root output directory.
- TestNGController(String) - Constructor for class org.opengis.cite.gpkg12.nsg.TestNGController
-
Construct a controller that writes results to the given output directory.
- tileSizeTests() - Method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
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.
V
- ValidateStringInput(String) - Static method in class org.opengis.cite.gpkg12.nsg.tiles.NSG_TileTests
-
Validate a string value to ensure it contains no illegal characters or content
- validateTestRunArgs(Document) - Method in class org.opengis.cite.gpkg12.nsg.TestNGController
-
Validates the test run arguments.
- validateXmlEntries(List<String>) - Method in class org.opengis.cite.gpkg12.nsg.metadata.MetadataTests
All Classes and Interfaces|All Packages