Index

A B C D E F G H I J L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

a_ValidateExtensionPresent(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
 
a_ValidateExtensionPresent(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
GeoPackages with one or more rows in the `gpkg_extensions` table with an `extension_name` of "gpkg_webp" SHALL comply with this extension.
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT
 
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
Determines if the extension is active by looking for relevant tables and/or rows
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.AttributesTests
A user-defined related data table or view SHALL be a user-defined related attributes table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "attributes".
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.FeaturesTests
A user-defined related data table or view SHALL be a user-defined features table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "features".
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.MediaTests
A user-defined related data table or view SHALL be a user-defined media table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "media".
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
Helper function to determine if the extension is active.
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.SimpleAttributesTests
A user-defined related data table or view SHALL be a user-defined simple attribute table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "simple_attributes".
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.TilesTests
A user-defined related data table or view SHALL be a user-defined related tiles table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "tiles".
activeExtension(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
 
addAllBindings(Map<String, String>) - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
Adds all of the supplied namespace bindings to the existing set of entries.
addNamespaceBinding(String, String) - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
Adds a namespace binding that associates a namespace name with a prefix.
ALLOWED_GEOMETRY_TYPES - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
APP_GP10 - Static variable in class org.opengis.cite.gpkg12.GPKG12
Application id for OGC GeoPackage 1.0.
APP_GP11 - Static variable in class org.opengis.cite.gpkg12.GPKG12
Application id for OGC GeoPackage 1.1.
APP_GPKG - Static variable in class org.opengis.cite.gpkg12.GPKG12
Application id for OGC GeoPackage 1.2.
APP_ID_OFFSET - Static variable in class org.opengis.cite.gpkg12.GPKG12
Starting offset of "Application ID" field in file header (4 bytes).
applicationID() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
A GeoPackage SHALL contain a value of 0x47504B47 ("GPKG" in ASCII) in the "application_id" field of the SQLite database header to indicate that it is a GeoPackage.
asList(NodeList) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Returns a List view of the nodes in the given NodeList collection.
assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
assertExceptionReport(ClientResponse, String, String) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that the given response message contains an OGC exception report.
assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that the qualified name of a DOM Node matches the expected value.
assertSchematronValid(URL, Source, String) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that an XML resource satisfies all applicable constraints defined for the specified phase in a Schematron (ISO 19757-3) schema.
assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that an XML resource is schema-valid.
assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.gpkg12.ETSAssert
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
attributesTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.AttributesTests
A user-defined related attributes table or view SHALL be a GPKG attributes table type.
attributesTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.SimpleAttributesTests
A user-defined simple attribute table or view SHALL contain the primary key column and at least one other column as defined in User-Defined Simple Attributes Table Definition.
AttributesTests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to the "Related Attributes" requirements class of the Related Tables Extension.
AttributesTests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.AttributesTests
 
attributeTableIntegerPrimaryKey() - Method in class org.opengis.cite.gpkg12.attributes.AttributeTests
A GeoPackage MAY contain tables or updatable views containing attribute sets.
AttributeTests - Class in org.opengis.cite.gpkg12.attributes
Defines test methods that verify a GeoPackage's content relating to attributes.
AttributeTests() - Constructor for class org.opengis.cite.gpkg12.attributes.AttributeTests
 

B

BAD_CONTENTS_ENTRY_LAST_CHANGE_FORMAT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_CONTENTS_TABLE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_CONTENTS_TABLE_SRS_FOREIGN_KEY - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_MATRIX_CONTENTS_REFERENCES - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_MATRIX_SET_SRS_REFERENCE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_METADATA_REFERENCE_SCOPE_COLUMN_NAME_AGREEMENT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_METADATA_REFERENCE_TABLE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_PIXEL_DIMENSIONS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_TILE_MATRIX_SET_TABLE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_TILE_MATRIX_TABLE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BAD_TILE_PYRAMID_USER_DATA_TABLE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
BINARY_GP - Static variable in class org.opengis.cite.gpkg12.GPKG12
 
buildSchematronValidator(String, String) - Static method in class org.opengis.cite.gpkg12.util.ValidationUtils
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.

C

canReadImage(Iterable<ImageReader>, ImageInputStream) - Static method in class org.opengis.cite.gpkg12.TileFixture
 
checkContentSrs() - Method in class org.opengis.cite.gpkg12.core.SpatialReferenceSystemsTests
The gpkg_spatial_ref_sys table in a GeoPackage SHALL contain records to define all spatial reference systems used by features and tiles in a GeoPackage.
checkContentSrs(String) - Method in class org.opengis.cite.gpkg12.core.SpatialReferenceSystemsTests
 
checkPrimaryKey(String, String, boolean) - Method in class org.opengis.cite.gpkg12.CommonFixture
This function checks to determine whether the primary key is valid.
CLIENT - Enum constant in enum class org.opengis.cite.gpkg12.SuiteAttribute
A client component for interacting with HTTP endpoints.
close() - Method in class org.opengis.cite.gpkg12.CommonFixture
 
columnDataTypes() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
The columns of tables in a GeoPackage SHALL only be declared using one of the data types specified in table GeoPackage Data Types.
ColumnDefinition - Class in org.opengis.cite.gpkg12
 
ColumnDefinition(String, boolean, boolean, boolean, String) - Constructor for class org.opengis.cite.gpkg12.ColumnDefinition
 
CommonFixture - Class in org.opengis.cite.gpkg12
A supporting base class that sets up a common test fixture.
CommonFixture() - Constructor for class org.opengis.cite.gpkg12.CommonFixture
 
CONFORMANCE_CLASS_DISABLED - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
CONFORMANCE_CLASS_NOT_USED - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
CONSTRAINT_INCLUSIVE_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
CONSTRAINT_MINMAX_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
CONSTRAINT_NON_NULL_VALUE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
CONTENT_TABLE_DOES_NOT_EXIST - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
contentsTableDefinition() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
A GeoPackage file SHALL include a gpkg_contents table per table Contents Table or View Definition and gpkg_contents Table Definition SQL.
contentsTablesExist() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
The table_name column value in a gpkg_contents table row SHALL contain the name of a SQLite table or view.
COVERAGE_ANCILLARY_COLUMNS_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
COVERAGE_ANCILLARY_DATATYPE_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
COVERAGE_ANCILLARY_NO_FK - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
coverageAncillaryDatatype() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_val/gpkg_2d_gridded_coverage_ancillary
coverageAncillarySetName() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_ref/gpkg_2d_gridded_coverage_ancillary/gpkg_tile_matrix_set
coverageAncillaryTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_def/gpkg_2d_gridded_coverage_ancillary
coverageAncillaryTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
A GeoPackage that contains tile pyramid user data tables with `tile_data` columns that contain images in WebP format SHALL contain a `gpkg_extensions` table that contains row records with `table_name` values for each such table, "tile_data" `column_name` values, `extension_name` column values of "gpkg_webp", and `scope` column values of "read-write".
coverageAncillaryValues() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_ref/gpkg_contents/gpkg_2d_gridded_coverage_ancillary
createElement(QName) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Creates a new Element having the specified qualified name.
createSchemaResolver(URI) - Static method in class org.opengis.cite.gpkg12.util.ValidationUtils
Creates a resource resolver suitable for locating schemas using an entity catalog.
crsTableValues() - Method in class org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT
At least one definition column SHALL be defined with a valid definition unless the value of the srs_id column is 0 or -1.
CRSWKT - Class in org.opengis.cite.gpkg12.extensions.crswkt
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the CRS WKT extension.
CRSWKT() - Constructor for class org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT
 

D

databaseConnection - Variable in class org.opengis.cite.gpkg12.CommonFixture
 
DatabaseUtility - Class in org.opengis.cite.gpkg12.util
Provides database utility methods
dataColumnConstraintsGlobMinMax() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
If the `gpkg_data_column_constraints` table contains rows with `constraint_type` column values of "enum" or "glob", the `min`, `max`, `min_is_inclusive` and `max_is_inclusive` column values for those rows SHALL be NULL.
dataColumnConstraintsGlobValue() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
If the `gpkg_data_column_constraints` table contains rows with `constraint_type` column values of "enum" or "glob", the `value` column SHALL NOT be NULL.
dataColumnConstraintsInclusive() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
If the `gpkg_data_column_constraints` table contains rows with `constraint_type` column values of "range", the `min_is_inclusive` and `max_is_inclusive` column values for those rows SHALL be 0 or 1.
dataColumnConstraintsMinMax() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
If the `gpkg_data_column_constraints` table contains rows with `constraint_type` column values of "range", the `min` column values for those rows SHALL be NOT NULL and less than the `max` column value which shall be NOT NULL.
dataColumnConstraintsName() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
gpkg_data_column_constraint constraint_name values for rows with constraint_type values of "range" and "glob" SHALL be unique.
dataColumnConstraintsTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
A GeoPackage MAY contain a table or updateable view named gpkg_data_column_constraints.
dataColumnConstraintsType() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
The gpkg_data_column_constraints table MAY be empty.
dataColumnConstraintsValue() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
The gpkg_data_column_constraints table MAY be empty.
dataColumnsColumnName() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
The `column_name` column value in a `gpkg_data_columns` table row SHALL contain the name of a column in the SQLite table or view identified by the `table_name` column value.
dataColumnsTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
A GeoPackage MAY contain a table or updateable view named gpkg_data_columns.
dataColumnsTableName() - Method in class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
Values of the gpkg_data_columns table table_name column value SHALL reference values in the gpkg_contents table_name column.
DataContentsTests - Class in org.opengis.cite.gpkg12.core
Defines test methods that apply to descriptive information about the contents of a GeoPackage.
DataContentsTests() - Constructor for class org.opengis.cite.gpkg12.core.DataContentsTests
 
dataSource - Variable in class org.opengis.cite.gpkg12.CommonFixture
A JDBC DataSource for accessing the SQLite database.
DB_HEADER_LENGTH - Static variable in class org.opengis.cite.gpkg12.GPKG12
Length of SQLite database file header (bytes).
deleteTempFiles(ISuite) - Method in class org.opengis.cite.gpkg12.SuiteFixtureListener
Deletes temporary files created during the test run if TestSuiteLogger is enabled at the INFO level or higher (they are left intact at the CONFIG level or lower).
dereferenceURI(URI) - Static method in class org.opengis.cite.gpkg12.util.URIUtils
Dereferences the given URI and stores the resulting resource representation in a local file.
doesTableOrViewExist(Connection, String) - Static method in class org.opengis.cite.gpkg12.util.DatabaseUtility
 
doTestRun(Document) - Method in class org.opengis.cite.gpkg12.TestNGController
 

E

ELEVATION_EXTENSION_ROWS_MISSING - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
EMPTY_STRING - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
equals(Object) - Method in class org.opengis.cite.gpkg12.ColumnDefinition
 
equals(Object) - Method in class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
equals(Object) - Method in class org.opengis.cite.gpkg12.UniqueDefinition
 
equals(String) - Method in class org.opengis.cite.gpkg12.UniqueDefinition
 
errorDetected19 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected20 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected32 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected33 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected66 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected67 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetected78 - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
errorDetectedNSG19b - Variable in class org.opengis.cite.gpkg12.features.FeaturesTests
 
ErrorMessage - Class in org.opengis.cite.gpkg12
Utility class for retrieving and formatting localized error messages that describe failed assertions.
ErrorMessage() - Constructor for class org.opengis.cite.gpkg12.ErrorMessage
 
ErrorMessageKeys - Class in org.opengis.cite.gpkg12
Defines keys used to access localized messages for assertion errors.
ErrorMessageKeys() - Constructor for class org.opengis.cite.gpkg12.ErrorMessageKeys
 
ETSAssert - Class in org.opengis.cite.gpkg12
Provides a set of custom assertion methods.
evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Evaluates an XPath 1.0 expression using the given context and returns the result as a node set.
evaluateXPath(Node, String, Map<String, String>, QName) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Evaluates an XPath expression using the given context and returns the result as the specified type.
evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXQuery(Source, String, Map<String, String>) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Evaluates an XQuery 1.0 expression using the Saxon s9api interfaces.
expandReferencesInText(String) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Expands character entity (&name;) and numeric references ( &#xhhhh; or &dddd;) that occur within a given string value.
EXTENDED_GEOMETRY_REFERENCE_MISSING - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
extensionIndexImplementation() - Method in class org.opengis.cite.gpkg12.extensions.rtreeindex.RTreeIndexTests
A GeoPackage SHALL implement spatial indexes on feature table geometry columns using the SQLite Virtual Table RTrees and triggers specified below.
extensionsColumnScope() - Method in class org.opengis.cite.gpkg12.extensions.ExtensionsTests
The scope column value in a gpkg_extensions row SHALL be lowercase "read-write" for an extension that affects both readers and writers, or "write-only" for an extension that affects only writers.
extensionsColumnValues() - Method in class org.opengis.cite.gpkg12.extensions.ExtensionsTests
The `column_name` column value in a `gpkg_extensions` row SHALL be the name of a column in the table specified by the `table_name` column value for that row, or be NULL.
extensionsRow() - Method in class org.opengis.cite.gpkg12.extensions.nonlinear.NonlinearTests
A GeoPackage that contains a `gpkg_geometry_columns` table or updateable view with row records that specify extension `geometry_type_name` column values SHALL contain a `gpkg_extensions` table that contains row records with `table_name` and `column_name` values from the `gpkg_geometry_columns` row records that identify extension type uses, and `extension_name` column values for each of those geometry types constructed per the previous requirement extension_geometry_types_extensions_name.
extensionsTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.ExtensionsTests
A GeoPackage MAY contain a table or updateable view named gpkg_extensions.
extensionsTableEntries() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
A GeoPackage that contains a row in the gpkg_extensions table for gpkgext_relations as described in Extensions Table Record SHALL comply with the Related Tables Extension as described by this document.
extensionsTableRows() - Method in class org.opengis.cite.gpkg12.extensions.rtreeindex.RTreeIndexTests
A GeoPackage that implements spatial indexes SHALL have a `gpkg_extensions` table that contains a row for each spatially indexed column with `extension_name` "gpkg_rtree_index", the `table_name` of the table with a spatially indexed column, the `column_name` of the spatially indexed column, and a `scope` of "write-only".
extensionsTableValues() - Method in class org.opengis.cite.gpkg12.extensions.ExtensionsTests
Values of the `gpkg_extensions` `table_name` column SHALL reference values in the `gpkg_contents` `table_name` column or be NULL.They SHALL NOT be NULL for rows where the `column_name` value is not NULL.
ExtensionsTests - Class in org.opengis.cite.gpkg12.extensions
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the metadata extension.
ExtensionsTests() - Constructor for class org.opengis.cite.gpkg12.extensions.ExtensionsTests
 
extensionTableRows() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_val/gpkg_extensions
extractSchemaReferences(Source, String) - Static method in class org.opengis.cite.gpkg12.util.ValidationUtils
Extracts a set of XML Schema references from a source XML document.

F

FEATURE_FOREIGN_KEY_NOT_SPECIFIED_CORRECTLY - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_BLOB_PROCESSING_TEST_FAILURE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_COLUMNS_DOES_NOT_MATCH_CONTENTS_COUNT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_COLUMNS_SRS_ID_NOT_CONSISTENT_WITH_CONTENTS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_ENVELOPE_OUTSIDE_BOUNDS_OF_GEOPACKAGE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_ENVELOPE_OUTSIDE_TOLERANCE_OF_RTREE_TRIGGER_MIN_MAX - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_ENVELOPE_RTREE_TABLE_MISSING_OR_IN_ERROR - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_INVALID_BINARY_CODE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_INVALID_DETECTED_EMPTY_GEOMETRY_FLAG_BUT_ENVELOPE_HAS_CONTENT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_INVALID_ENVELOPE_CODE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_INVALID_MAGIC_NUMBER - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_INVALID_VERSION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_NOT_ASSIGNABLE_TO_SUPERTYPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_POSSIBLE_BYTE_SWAP_ERROR_SRS_MATCH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_SRS_MISMATCH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_SRS_NOT_IN_GPKG_CONTENTS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_TYPE_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_TYPE_INVALID_POSSIBLE_BYTE_SWAP - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_TYPE_NOT_PRESENT_AS_EXTENSION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_GEOMETRY_WKB_ITEM_COUNT_ILLEGAL - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURE_TABLE_NAMES_MISSING - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
featureGeometryColumnsDataValues() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_geometry_columns
featureGeometryColumnsDataValuesColumnName() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_column_name
featureGeometryColumnsDataValuesGeometryType() - Method in class org.opengis.cite.gpkg12.extensions.nonlinear.NonlinearTests
The `geometry_type_name` value in a `gpkg_geometry_columns` row MAY be one of the uppercase extended non-linear geometry type names specified in geometry_types.
featureGeometryColumnsDataValuesGeometryType() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_geometry_type_name
featureGeometryColumnsDataValuesM() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_m
featureGeometryColumnsDataValuesSrsId() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_srs_id_match
featureGeometryColumnsDataValuesTableName() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_table_name and /opt/features/geometry_columns/data/data_values_srs_id
featureGeometryColumnsDataValuesTableNameNEW() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_table_name Verify that the table_name column values in the gpkg_geometry_columns table are valid.
featureGeometryColumnsDataValuesZ() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/data_values_z
featureGeometryColumnsTableDef() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/geometry_columns/data/table_def
featureGeometryEncodingTesting(String, String, String, Integer, byte, byte) - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Verify that geometries stored in feature table geometry columns are encoded in the StandardGeoPackageBinary format. and are consistent with the information specified in the gpkg_geometry_columns table for the feature type.
FEATURES_BINARY_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
features_contents_data_features_row() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Verify that the gpkg_contents table_name value table exists, and is apparently a feature table for every row with a data_type column value of 'features' Test Case /opt/features/contents/data/features_row
FEATURES_GEOMETRY_COLUMNS_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_INVALID_COL - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_INVALID_GEOM - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_INVALID_M - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_INVALID_Z - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_MISMATCH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_GEOMETRY_COLUMNS_NO_FK - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FEATURES_ONE_GEOMETRY_COLUMN - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
FeaturesFixture - Class in org.opengis.cite.gpkg12
 
FeaturesFixture() - Constructor for class org.opengis.cite.gpkg12.FeaturesFixture
 
featuresTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.FeaturesTests
A user-defined related features table or view SHALL be a GPKG vector feature table type.
FeaturesTests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to the "Related Features" requirements class of the Related Tables Extension.
FeaturesTests - Class in org.opengis.cite.gpkg12.features
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to features.
FeaturesTests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.FeaturesTests
 
FeaturesTests() - Constructor for class org.opengis.cite.gpkg12.features.FeaturesTests
 
featureTableGeometryColumnType() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/vector_features/data/feature_table_geometry_column_type
featureTableIntegerPrimaryKey() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
A GeoPackage MAY contain tables or updateable views containing vector features.
featureTableOneGeometryColumn() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Test case /opt/features/vector_features/data/feature_table_one_geometry_column
fileContents() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
A GeoPackage shall only contain data elements, SQL constructs and GeoPackage extensions with the "gpkg" author name specified in this encoding standard.
fileHeaderString() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
A GeoPackage shall be a SQLite database file using version 3 of the SQLite file format.
filenameExtension() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
A GeoPackage shall have the file extension name ".gpkg".
foreignKeyCheck() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
The SQLite PRAGMA foreign_key_check SQL with no parameter value SHALL return an empty result set indicating no invalid foreign key values for a GeoPackage file.
ForeignKeyDefinition - Class in org.opengis.cite.gpkg12
 
ForeignKeyDefinition(String, String, String) - Constructor for class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
format(String, Object...) - Static method in class org.opengis.cite.gpkg12.ErrorMessage
Produces a formatted error message using the supplied substitution arguments and the current locale.

G

geomGEOMETRY - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomGEOMETRYCOLLECTION - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomLINESTRING - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomMULTILINESTRING - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomMULTIPOINT - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomMULTIPOLYGON - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomPOINT - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
geomPOLYGON - Static variable in class org.opengis.cite.gpkg12.FeaturesFixture
 
GeoPackageUtils - Class in org.opengis.cite.gpkg12.util
 
geopackageVersion - Variable in class org.opengis.cite.gpkg12.CommonFixture
 
geopackageVersion() - Method in class org.opengis.cite.gpkg12.core.VersionTests
A GeoPackage SHALL contain a value of 0x47504B47 ("GPKG" in ASCII) in the "application_id" field of the SQLite database header to indicate that it is a GeoPackage.
GeoPackageVersion - Enum Class in org.opengis.cite.gpkg12.util
Discriminates the supported versions.
get(String) - Static method in class org.opengis.cite.gpkg12.ErrorMessage
Retrieves a simple message according to the current locale.
getAllBindings() - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
getAllowedGeometryTypes() - Static method in class org.opengis.cite.gpkg12.FeaturesFixture
 
getAllowedSqlTypes() - Static method in class org.opengis.cite.gpkg12.core.DataContentsTests
 
getAppId(File) - Static method in class org.opengis.cite.gpkg12.util.GeoPackageUtils
 
getCode() - Method in class org.opengis.cite.gpkg12.TestNGController
 
getColumnNames() - Method in class org.opengis.cite.gpkg12.UniqueDefinition
 
getDefaultValue() - Method in class org.opengis.cite.gpkg12.ColumnDefinition
 
getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Returns a List of all descendant Element nodes having the specified [namespace name] property.
getFeaturesWithGeometryInfo() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
A DataProvider that supplies feature instance test methods with content from gpkg_geometry_columns such that feature instance test methods may verify feature internal content is consistent with gpkg_geometry_columns information.
getFromColumnName() - Method in class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
getGeopackageVersion() - Method in class org.opengis.cite.gpkg12.CommonFixture
 
getName() - Method in enum class org.opengis.cite.gpkg12.SuiteAttribute
 
getNamespaceURI(String) - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
 
getOutputDir() - Method in class org.opengis.cite.gpkg12.TestRunArguments
 
getPrefix(String) - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
 
getPrefixes(String) - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
 
getPrimaryKeyColumn(String, boolean) - Method in class org.opengis.cite.gpkg12.CommonFixture
This function returns the name of a single primary key column for the given table
getPropertiesFile() - Method in class org.opengis.cite.gpkg12.TestRunArguments
 
getReferenceTableName() - Method in class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
getTestName() - Method in class org.opengis.cite.gpkg12.CommonFixture
 
getTitle() - Method in class org.opengis.cite.gpkg12.TestNGController
 
getToColumnName() - Method in class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
getType() - Method in enum class org.opengis.cite.gpkg12.SuiteAttribute
 
getVersion() - Method in class org.opengis.cite.gpkg12.TestNGController
 
GML - Static variable in class org.opengis.cite.gpkg12.Namespaces
ISO 19136 (GML 3.2)
GPKG_FILENAME_SUFFIX - Static variable in class org.opengis.cite.gpkg12.GPKG12
GeoPackage file name extension.
GPKG_VERSION - Enum constant in enum class org.opengis.cite.gpkg12.SuiteAttribute
A File containing the test subject or a description of it.
GPKG12 - Class in org.opengis.cite.gpkg12
Provides various constants pertaining to GeoPackage 1.2 data containers.
GPKG12() - Constructor for class org.opengis.cite.gpkg12.GPKG12
 
gpkgFile - Variable in class org.opengis.cite.gpkg12.CommonFixture
A SQLite database file containing a GeoPackage.

H

hashCode() - Method in class org.opengis.cite.gpkg12.ColumnDefinition
 
hashCode() - Method in class org.opengis.cite.gpkg12.ForeignKeyDefinition
 
hashCode() - Method in class org.opengis.cite.gpkg12.UniqueDefinition
 

I

ICS - Enum constant in enum class org.opengis.cite.gpkg12.TestRunArg
 
ILLEGAL_EXTENSION_DATA_SCOPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
ILLEGAL_VALUE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
imageFormat() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
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 coverage data SHALL be of MIME type image/png and the data SHALL be 16-bit unsigned integer (single channel - "greyscale").
imageFormat() - Method in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
(extends http://www.geopackage.org/spec/#r36[GPKG-36] and http://www.geopackage.org/spec/#r37[GPKG-37]) A GeoPackage that contains a tile pyramid user data table that contains tile data MAY store tile_data in http://www.ietf.org/rfc/rfc2046.txt[MIME type] image/x-webp.
imageFormat() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
In a GeoPackage that contains a tile pyramid user data table that contains tile data that is not MIME type image/jpeg, by default SHALL store that tile data in MIME type image/png.
imageFormatJpg() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
In a GeoPackage that contains a tile pyramid user data table that contains tile data that is not MIME type image/png, by default SHALL store that tile data in MIME type image/jpeg.
importElement(Element) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Creates a DOM Document with the given Element as the document element.
initCommonFixture(ITestContext) - Method in class org.opengis.cite.gpkg12.CommonFixture
Initializes the common test fixture.
initGeoPackageFile(ITestContext) - Method in class org.opengis.cite.gpkg12.core.VersionTests
 
INVALID_COLUMN_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_DATA_COLUMN - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_DATA_TABLE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_DATA_TYPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_EXTENSION_DATA_SCOPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_FOREIGN_KEY - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_HEADER_STR - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_IMAGE_FORMAT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_METADATA_REFERENCE_SCOPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_METADATA_REFERENCE_TABLE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_METADATA_SCOPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_RTREE_DEFINITION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_RTREE_REFERENCE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
INVALID_SUFFIX - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
isAcceptedImageFormat(byte[]) - Method in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
 
isAcceptedImageFormat(byte[]) - Method in class org.opengis.cite.gpkg12.TileFixture
 
isEqual(double, double) - Static method in class org.opengis.cite.gpkg12.TileFixture
 
isExtendedType(String, String) - Method in class org.opengis.cite.gpkg12.CommonFixture
This function accounts for extensions to Requirement 5 and 25
isLoggable(Level) - Static method in class org.opengis.cite.gpkg12.util.TestSuiteLogger
Indicates if the logger is enabled at a given logging level.
IUT - Enum constant in enum class org.opengis.cite.gpkg12.TestRunArg
An absolute URI that refers to a representation of the test subject or metadata about it.

J

jpegImageReaders - Static variable in class org.opengis.cite.gpkg12.TileFixture
 

L

LOCAL_NAME - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
log(Level, String) - Static method in class org.opengis.cite.gpkg12.util.TestSuiteLogger
Logs a simple message at the specified logging level.
log(Level, String, Exception) - Static method in class org.opengis.cite.gpkg12.util.TestSuiteLogger
Logs a message at the specified logging level with the given Exception object that represents a noteworthy error condition.
log(Level, String, Object[]) - Static method in class org.opengis.cite.gpkg12.util.TestSuiteLogger
Logs a message at the specified logging level with the given message parameters.

M

main(String[]) - Static method in class org.opengis.cite.gpkg12.TestNGController
A convenience method for running the test suite using a command-line interface.
matrixHeightGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
matrix_height column value in a gpkg_tile_matrix table row SHALL be greater than 0.
matrixSetNameForEachTilesTable() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
The gpkg_tile_matrix_set table or view SHALL contain one row record for each tile pyramid user data table.
matrixSetNamesReferenceTiles() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
Values of the gpkg_tile_matrix_set table_name column SHALL reference values in the gpkg_contents table_name column for rows with a data type of "tiles".
matrixSetSrsIdReferencesGoodId() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
Values of the gpkg_tile_matrix_set srs_id column SHALL reference values in the gpkg_spatial_ref_sys srs_id
matrixWidthGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
matrix_width column value in a gpkg_tile_matrix table row SHALL be greater than 0.
mediaTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.MediaTests
A user-defined media table or view SHALL meet all requirements of a GPKG attributes table type.
MediaTests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to the "Media" requirements class of the Related Tables Extension.
MediaTests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.MediaTests
 
metadataExtensionTableValues() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
GeoPackages with a row in the `gpkg_extensions` table with an `extension_name` of "gpkg_metadata" SHALL comply with this extension.
metadataReferenceScopeAgreement() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
Every gpkg_metadata_reference table row with a reference_scope column value of 'geopackage' SHALL have a table_name column value that is NULL.
metadataReferencesScopeValues() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
Every gpkg_metadata_reference table reference scope column value SHALL be one of 'geopackage', 'table', 'column', 'row', 'row/col' in lowercase.
metadataReferencesTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
A GeoPackage that contains a gpkg_metadata table SHALL contain a gpkg_metadata_reference table per clause 2.4.3.1.1 Table Definition, Metadata Reference Table Definition (Table Name: gpkg_metadata_reference) and gpkg_metadata_reference Table Definition SQL.
metadataScopeValues() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
Each md_scope column value in a gpkg_metadata table or updateable view SHALL be one of the name column values from Metadata Scopes.
metadataTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
A GeoPackage MAY contain a table named gpkg_metadata.
MetadataTests - Class in org.opengis.cite.gpkg12.extensions.metadata
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the metadata extension.
MetadataTests() - Constructor for class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
 
MISSING_COLUMN - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_ENTITY - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_REFERENCE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_ROW - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_TABLE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
MISSING_TILE_MATRIX_ENTRY - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 

N

NAMESPACE_NAME - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NamespaceBindings - Class in org.opengis.cite.gpkg12.util
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
NamespaceBindings() - Constructor for class org.opengis.cite.gpkg12.util.NamespaceBindings
 
Namespaces - Class in org.opengis.cite.gpkg12
XML namespace names.
NEGATIVE_ZOOM_LEVEL - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_ELEVATION_SRS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_ELEVATION_SRS_REFERENCE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_GEOGRAPHIC_SRS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_SQL_ACCESS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_UNDEFINED_CARTESIAN_SRS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NO_UNDEFINED_GEOGRAPHIC_SRS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_MATRIX_HEIGHT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_MATRIX_WIDTH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_PIXEL_X_SIZE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_PIXEL_Y_SIZE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_TILE_HEIGHT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_POSITIVE_TILE_WIDTH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NON_UNIQUE_VALUE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
NonlinearTests - Class in org.opengis.cite.gpkg12.extensions.nonlinear
Defines test methods that apply to descriptive information about a GeoPackage's RTree Index Extension.
NonlinearTests() - Constructor for class org.opengis.cite.gpkg12.extensions.nonlinear.NonlinearTests
 
NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 

O

onExecutionFinish() - Method in class org.opengis.cite.gpkg12.TestRunListener
 
onExecutionStart() - Method in class org.opengis.cite.gpkg12.TestRunListener
 
onFinish(ISuite) - Method in class org.opengis.cite.gpkg12.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengis.cite.gpkg12.SuiteFixtureListener
 
onTestFailure(ITestResult) - Method in class org.opengis.cite.gpkg12.TestFailureListener
Invoked each time a test method fails.
OPTIONS_NO_FEATURES_OR_TILES - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
optValidGeoPackage() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
Verify that a GeoPackage contains a features or tiles table and gpkg_contents table row describing it.
org.opengis.cite.gpkg12 - package org.opengis.cite.gpkg12
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
org.opengis.cite.gpkg12.attributes - package org.opengis.cite.gpkg12.attributes
This package contains tests covering the attributes conformance class.
org.opengis.cite.gpkg12.core - package org.opengis.cite.gpkg12.core
This package contains tests covering the Core conformance class.
org.opengis.cite.gpkg12.extensions - package org.opengis.cite.gpkg12.extensions
This package contains tests covering the Registered Extensions conformance class.
org.opengis.cite.gpkg12.extensions.coverage - package org.opengis.cite.gpkg12.extensions.coverage
This package contains tests covering the Tiled Gridded Coverage Data conformance class.
org.opengis.cite.gpkg12.extensions.crswkt - package org.opengis.cite.gpkg12.extensions.crswkt
This package contains tests covering the WKT for Coordinate Reference Systems conformance class.
org.opengis.cite.gpkg12.extensions.metadata - package org.opengis.cite.gpkg12.extensions.metadata
This package contains tests covering the Metadata conformance class.
org.opengis.cite.gpkg12.extensions.nonlinear - package org.opengis.cite.gpkg12.extensions.nonlinear
This package contains tests covering the Non-Linear Geometry Types conformance class.
org.opengis.cite.gpkg12.extensions.relatedtables - package org.opengis.cite.gpkg12.extensions.relatedtables
This package contains tests covering the Related Tables conformance class.
org.opengis.cite.gpkg12.extensions.rtreeindex - package org.opengis.cite.gpkg12.extensions.rtreeindex
This package contains tests covering the RTree Spatial Indexes conformance class.
org.opengis.cite.gpkg12.extensions.schema - package org.opengis.cite.gpkg12.extensions.schema
This package contains tests covering the Schema conformance class.
org.opengis.cite.gpkg12.extensions.webp - package org.opengis.cite.gpkg12.extensions.webp
This package contains tests covering the Tiles Encoding WebP conformance class.
org.opengis.cite.gpkg12.features - package org.opengis.cite.gpkg12.features
This package contains tests covering the Features conformance class.
org.opengis.cite.gpkg12.tiles - package org.opengis.cite.gpkg12.tiles
This package contains tests covering the Tiles conformance class.
org.opengis.cite.gpkg12.util - package org.opengis.cite.gpkg12.util
This package includes miscellaneous utility classes to support testing.
OWS - Static variable in class org.opengis.cite.gpkg12.Namespaces
OGC 06-121r3 (OWS 1.1)

P

parseURI(URI) - Static method in class org.opengis.cite.gpkg12.util.URIUtils
Parses the content of the given URI as an XML document and returns a new DOM Document object.
PIXEL_SIZE_NOT_DECREASING - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
pixelXSizeGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
pixel_x_size column value in a gpkg_tile_matrix table row SHALL be greater than 0.
pixelYSizeGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
pixel_y_size column value in a gpkg_tile_matrix table row SHALL be greater than 0.
pngImageReaders - Static variable in class org.opengis.cite.gpkg12.TileFixture
 
PRAGMA_INTEGRITY_CHECK - Static variable in class org.opengis.cite.gpkg12.GPKG12
 
PRAGMA_INTEGRITY_CHECK_NOT_OK - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
pragmaIntegrityCheck() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
The SQLite PRAGMA integrity_check SQL command SHALL return "ok" for a GeoPackage file.
processSuiteParameters(ISuite) - Method in class org.opengis.cite.gpkg12.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.

R

relationName() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
Each relation_name column in a gpkgext_relations row SHALL either match a relation_name from the Requirements Classes for User-Defined Related Data Tables in this or other OGC standards (e.g. media for [Media Requirement Class]), or be of the form x-{author}_{relation_name} where {author} indicates the person or organization that developed and maintains this set of User-Defined Related Tables.
relationsTableEntries() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
A GeoPackage that contains a row in the gpkg_extensions table for gpkgext_relations SHALL contain at least one related table relationship.
relationsTableStructure() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
A GeoPackage that complies with this extension SHALL contain a gpkgext_relations table as per Extended Relations Table Definition and Extended Relations Table Definition SQL (Normative).
relationsTableValues() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
For each row in gpkgext_relations, there SHALL be a table or view of the name referenced in base_table_name and that table or view SHALL have an entry in gpkg_contents.
requiredSrsEntries() - Method in class org.opengis.cite.gpkg12.core.SpatialReferenceSystemsTests
The gpkg_spatial_ref_sys table in a GeoPackage SHALL contain a record for organization EPSG or epsg and organization_coordsys_id 4326 for WGS-84, a record with an srs_id of -1, an organization of "NONE", an organization_coordsys_id of -1, and definition "undefined" for undefined Cartesian coordinate reference systems, and a record with an srs_id of 0, an organization of "NONE", an organization_coordsys_id of 0, and definition "undefined" for undefined geographic coordinate reference systems.
requiredSRSReferences() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /opt/extensions/coverage/srs/required_references
requiredSRSRows() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_val/gpkg_spatial_ref_sys/rows
resolveRelativeURI(String, String) - Static method in class org.opengis.cite.gpkg12.util.URIUtils
Constructs an absolute URI from the given URI reference and a base URI.
resultToString(Result) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Writes the result of a transformation to a String.
ROOT_PKG - Static variable in class org.opengis.cite.gpkg12.util.ValidationUtils
 
ROOT_PKG_PATH - Static variable in class org.opengis.cite.gpkg12.CommonFixture
Root test suite package (absolute path).
RTEBase - Class in org.opengis.cite.gpkg12.extensions.relatedtables
 
RTEBase() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
 
RTETests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the schema extension.
RTETests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
 
RTreeIndexTests - Class in org.opengis.cite.gpkg12.extensions.rtreeindex
Defines test methods that apply to descriptive information about a GeoPackage's RTree Index Extension.
RTreeIndexTests() - Constructor for class org.opengis.cite.gpkg12.extensions.rtreeindex.RTreeIndexTests
 

S

SCH - Static variable in class org.opengis.cite.gpkg12.Namespaces
Schematron (ISO 19757-3) namespace
SchemaTests - Class in org.opengis.cite.gpkg12.extensions.schema
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to the schema extension.
SchemaTests() - Constructor for class org.opengis.cite.gpkg12.extensions.schema.SchemaTests
 
setDataType(String) - Method in class org.opengis.cite.gpkg12.TileFixture
 
setTestName(String) - Method in class org.opengis.cite.gpkg12.CommonFixture
 
setUp() - Method in class org.opengis.cite.gpkg12.attributes.AttributeTests
Shared setup.
setUp() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Sets up variables used across methods, overrides TileTests
setUp() - Method in class org.opengis.cite.gpkg12.extensions.metadata.MetadataTests
Sets up variables used across methods
setUp() - Method in class org.opengis.cite.gpkg12.extensions.rtreeindex.RTreeIndexTests
Sets up variables used across methods
setUp() - Method in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
Sets up variables used across methods, overrides TileTests
setUp() - Method in class org.opengis.cite.gpkg12.features.FeaturesTests
Sets up variables used across methods
setUp() - Method in class org.opengis.cite.gpkg12.TileFixture
Sets up variables used across methods
SimpleAttributesTests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to the "Simple Attributes" requirements class of the Related Tables Extension.
SimpleAttributesTests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.SimpleAttributesTests
 
SOAP_ENV - Static variable in class org.opengis.cite.gpkg12.Namespaces
SOAP 1.2 message envelopes.
sortedPixelSizes() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
The pixel_x_size and pixel_y_size column values for zoom_level column values in a gpkg_tile_matrix table sorted in ascending order SHALL be sorted in descending order.
SpatialReferenceSystemsTests - Class in org.opengis.cite.gpkg12.core
Defines test methods that apply to spatial reference systems defined in a GeoPackage.
SpatialReferenceSystemsTests() - Constructor for class org.opengis.cite.gpkg12.core.SpatialReferenceSystemsTests
 
sqlCheck() - Method in class org.opengis.cite.gpkg12.core.SQLiteContainerTests
A GeoPackage SQLite Configuration SHALL provide SQL access to GeoPackage contents via software APIs.
SQLITE_MAGIC_HEADER - Static variable in class org.opengis.cite.gpkg12.GPKG12
SQLite v3 header string (terminated with a NULL character).
SQLITE_OMIT_OPTIONS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
SQLiteContainerTests - Class in org.opengis.cite.gpkg12.core
Defines test methods that apply to an SQLite database file.
SQLiteContainerTests() - Constructor for class org.opengis.cite.gpkg12.core.SQLiteContainerTests
 
SRS_MISMATCH - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
srsIdReferencesSrsTable() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
Values of the gpkg_contents table srs_id column SHALL reference values in the gpkg_spatial_ref_sys table srs_id column.
srsTableDefinition() - Method in class org.opengis.cite.gpkg12.core.SpatialReferenceSystemsTests
A GeoPackage SHALL include a gpkg_spatial_ref_sys table per clause 1.1.2.1.1 Table Definition, Table Spatial Ref Sys Table Definition and Table gpkg_spatial_ref_sys Table Definition SQL.
storeVersionInTestContext(ITestContext) - Method in class org.opengis.cite.gpkg12.core.VersionTests
 
SuiteAttribute - Enum Class in org.opengis.cite.gpkg12
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengis.cite.gpkg12
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a shared test suite fixture.
SuiteFixtureListener() - Constructor for class org.opengis.cite.gpkg12.SuiteFixtureListener
 
SuitePreconditions - Class in org.opengis.cite.gpkg12
Checks that various preconditions are satisfied before the test suite is run.
SuitePreconditions() - Constructor for class org.opengis.cite.gpkg12.SuitePreconditions
 

T

TABLE_DEFINITION_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TABLE_NO_PK - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TABLE_PK_NOT_UNIQUE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
tableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.crswkt.CRSWKT
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).
TableVerifier - Class in org.opengis.cite.gpkg12
 
TEST_SUBJ_FILE - Enum constant in enum class org.opengis.cite.gpkg12.SuiteAttribute
A File containing the test subject or a description of it.
TEST_SUBJECT - Enum constant in enum class org.opengis.cite.gpkg12.SuiteAttribute
A DOM Document that represents the test subject or metadata about it.
TestFailureListener - Class in org.opengis.cite.gpkg12
A listener that augments a test result with diagnostic information in the event that a test method failed.
TestFailureListener() - Constructor for class org.opengis.cite.gpkg12.TestFailureListener
 
TestNGController - Class in org.opengis.cite.gpkg12
Main test run controller oversees execution of TestNG test suites.
TestNGController() - Constructor for class org.opengis.cite.gpkg12.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.TestNGController
Construct a controller that writes results to the given output directory.
testRelatedType(String, String) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
A helper function for RTE requirements classes to determine whether the related data is of the expected type
testRequirementsClassActive(String, String) - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
a helper function for RTE requirements classes
TestRunArg - Enum Class in org.opengis.cite.gpkg12
An enumerated type defining all recognized test run arguments.
TestRunArguments - Class in org.opengis.cite.gpkg12
Declares supported command line arguments that are parsed using the JCommander library.
TestRunArguments() - Constructor for class org.opengis.cite.gpkg12.TestRunArguments
 
TestRunListener - Class in org.opengis.cite.gpkg12
A listener that is invoked before and after a test run.
TestRunListener() - Constructor for class org.opengis.cite.gpkg12.TestRunListener
 
TestSuiteLogger - Class in org.opengis.cite.gpkg12.util
Logging utility class that provides simple access to the JDK Logging API.
tiffImageReaders - Static variable in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
 
TILE_ANCILLARY_COLUMNS_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TILE_ANCILLARY_NO_FK - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TILE_ANCILLARY_REFERENCES - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TILE_ANCILLARY_TABLE_REF_INVALID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TILE_COLUMN_OUT_OF_RANGE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
TILE_ROW_OUT_OF_RANGE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
tileAncillaryTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_def/gpkg_2d_gridded_tile_ancillary
tileAncillaryTableRef() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_ref/tpudt/gpkg_2d_gridded_tile_ancillary
tileAncillaryTableVal() - Method in class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
Test case /extensions/coverage/table_val/gpkg_2d_gridded_tile_ancillary
tileColumnRange() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
For each distinct table_name from the gpkg_tile_matrix (tm) table, the tile pyramid (tp) user data table tile_column column value in a GeoPackage SHALL be in the range <= tp.tile_column <= tm.matrix_width - 1 where the tm and tp zoom_level column values are equal.
TiledGriddedCoverageTests - Class in org.opengis.cite.gpkg12.extensions.coverage
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to tiled, gridded coverage data.
TiledGriddedCoverageTests() - Constructor for class org.opengis.cite.gpkg12.extensions.coverage.TiledGriddedCoverageTests
 
TileFixture - Class in org.opengis.cite.gpkg12
 
TileFixture() - Constructor for class org.opengis.cite.gpkg12.TileFixture
 
tileHeightGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
tile_height column value in a gpkg_tile_matrix table row SHALL be greater than 0.
tileMatrixDimensionAgreement() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
The width of a tile matrix (the difference between min_x and max_x in gpkg_tile_matrix_set) SHALL equal the product of matrix_width, tile_width, and pixel_x_size for that zoom level.
tileMatrixPerZoomLevel() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
The gpkg_tile_matrix table or view SHALL contain one row record for each zoom level that contains one or more tiles in each tile pyramid user data table or view.
tileMatrixSetDataValuesSrsId() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
Test case /opt/tiles/gpkg_tile_matrix_set/data/data_values_srs_id_match
tileMatrixSetTable() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
A GeoPackage that contains a tile pyramid user data table SHALL contain gpkg_tile_matrix_set table or view per Table Definition, Tile Matrix Set Table or View Definition and gpkg_tile_matrix_set Table Creation SQL.
tileMatrixTableContentsReferences() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
Values of the gpkg_tile_matrix table_name column SHALL reference values in the gpkg_contents table_name column for rows with a data_type of 'tiles'.
tileMatrixTableDefinition() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
A GeoPackage that contains a tile pyramid user data table SHALL contain a gpkg_tile_matrix table or view per clause 2.2.7.1.1 Table Definition, Table Tile Matrix Metadata Table or View Definition and Table gpkg_tile_matrix Table Creation SQL.
tileRowRange() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
For each distinct table_name from the gpkg_tile_matrix (tm) table, the tile pyramid (tp) user data table tile_row column value in a GeoPackage SHALL be in the range 0 <= tp.tile_row <= tm.matrix_height - 1 where the tm and tp zoom_level column values are equal.
TILES_TABLES_NOT_REFERENCED_IN_CONTENTS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
tilesTableDefinition() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.TilesTests
A user-defined related features table or view SHALL be a GPKG tile pyramid table type.
tilesTableDefinitions() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
Each tile matrix set in a GeoPackage SHALL be stored in a different tile pyramid user data table or updateable view with a unique name that SHALL have a column named "id" with column type INTEGER and PRIMARY KEY AUTOINCREMENT column constraints per Clause 2.2.8.1.1 Table Definition, Tiles Table or View Definition and EXAMPLE: tiles table Insert Statement (Informative).
TilesTests - Class in org.opengis.cite.gpkg12.extensions.relatedtables
Defines test methods that apply to the "tiles" requirements class of the Related Tables Extension.
TilesTests() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.TilesTests
 
TileTableExpectedColumns - Static variable in class org.opengis.cite.gpkg12.TileFixture
 
tileTableNames - Variable in class org.opengis.cite.gpkg12.TileFixture
 
TileTests - Class in org.opengis.cite.gpkg12.tiles
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to tiles.
TileTests() - Constructor for class org.opengis.cite.gpkg12.tiles.TileTests
 
tileWidthGreaterThanZero() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
tile_width column value in a gpkg_tile_matrix table row SHALL be greater than 0.
timestampFormat() - Method in class org.opengis.cite.gpkg12.core.DataContentsTests
Values of the gpkg_contents table last_change column SHALL be in ISO 8601 format containing a complete date plus UTC hours, minutes, seconds and a decimal fraction of a second, with a 'Z' ('zulu') suffix indicating UTC.
toString() - Method in class org.opengis.cite.gpkg12.ColumnDefinition
 
toString() - Method in enum class org.opengis.cite.gpkg12.SuiteAttribute
 
toString() - Method in enum class org.opengis.cite.gpkg12.TestRunArg
 
toString() - Method in class org.opengis.cite.gpkg12.util.NamespaceBindings
 
transform(Source, Node) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Transforms the content of a DOM Node using a specified XSLT stylesheet.

U

udmtBaseIDs() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
For each row of a user-defined mapping table, the base_id column SHALL correlate to the primary key of the corresponding base table (as identified by the base_primary_column of the associated row in gpkgext_relations).
udmtRelatedIDs() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
For each row of a user-defined mapping table, the related_id column SHALL correlate to the primary key of the corresponding related data table (as identified by the related_primary_column of the associated row in gpkgext_relations).
udmtTableStructure() - Method in class org.opengis.cite.gpkg12.extensions.relatedtables.RTETests
A user-defined mapping table or view SHALL contain all of the columns described in User-Defined Mapping Table Definition.
UNDEFINED_SRS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNDEFINED_ZOOM_LEVEL - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNEXPECTED_COLUMN - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNEXPECTED_STATUS - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNEXPECTED_VALUE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UniqueDefinition - Class in org.opengis.cite.gpkg12
 
UniqueDefinition(String...) - Constructor for class org.opengis.cite.gpkg12.UniqueDefinition
 
UniqueDefinition(Collection<String>) - Constructor for class org.opengis.cite.gpkg12.UniqueDefinition
 
UNKNOWN_APP_ID - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNKNOWN_USER_VERSION - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNREFERENCED_COVERAGE_TILE_MATRIX_SET_TABLE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNREFERENCED_TILE_MATRIX_SET_TABLE - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
UNREFERENCED_TILES_CONTENT_TABLE_NAME - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
URIUtils - Class in org.opengis.cite.gpkg12.util
Provides a collection of utility methods for manipulating or resolving URI references.
URIUtils() - Constructor for class org.opengis.cite.gpkg12.util.URIUtils
 

V

V102 - Enum constant in enum class org.opengis.cite.gpkg12.util.GeoPackageVersion
 
V110 - Enum constant in enum class org.opengis.cite.gpkg12.util.GeoPackageVersion
 
V120 - Enum constant in enum class org.opengis.cite.gpkg12.util.GeoPackageVersion
 
validateClassEnabled(ITestContext) - Method in class org.opengis.cite.gpkg12.CommonFixture
 
validateExtensionPresent(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.nonlinear.NonlinearTests
An extension name to specify a feature geometry extension type SHALL be defined for the "gpkg" author name using the "gpkg_geom_<gname>" template where <gname> is the uppercase name of the extension geometry type from Geometry Types (Normative) used in a GeoPackage.
validateExtensionPresent(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.rtreeindex.RTreeIndexTests
The "gpkg_rtree_index" extension name SHALL be used as a gpkg_extensions table extension_name column value to specify implementation of spatial indexes on a geometry column.
validateTableExists(ITestContext) - Method in class org.opengis.cite.gpkg12.extensions.ExtensionsTests
 
validateTestRunArgs(Document) - Method in class org.opengis.cite.gpkg12.TestNGController
Validates the test run arguments.
ValidationUtils - Class in org.opengis.cite.gpkg12.util
A utility class that provides convenience methods to support schema validation.
ValidationUtils() - Constructor for class org.opengis.cite.gpkg12.util.ValidationUtils
 
valueOf(String) - Static method in enum class org.opengis.cite.gpkg12.SuiteAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.gpkg12.TestRunArg
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.gpkg12.util.GeoPackageVersion
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opengis.cite.gpkg12.SuiteAttribute
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.gpkg12.TestRunArg
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.gpkg12.util.GeoPackageVersion
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES_DO_NOT_VARY_BY_FACTOR_OF_TWO - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
verifySQLiteMajorVersion() - Method in class org.opengis.cite.gpkg12.SuitePreconditions
Verifies that the referenced test subject exists and is a SQLite database file.
verifyTable(Connection, String, Map<String, ColumnDefinition>, Set<ForeignKeyDefinition>, Iterable<UniqueDefinition>) - Static method in class org.opengis.cite.gpkg12.TableVerifier
 
VersionTests - Class in org.opengis.cite.gpkg12.core
 
VersionTests() - Constructor for class org.opengis.cite.gpkg12.core.VersionTests
 

W

webpImageReaders - Static variable in class org.opengis.cite.gpkg12.extensions.webp.WebPTests
 
WebPTests - Class in org.opengis.cite.gpkg12.extensions.webp
Defines test methods that apply to descriptive information about a GeoPackage's content as it pertains to tiled, gridded elevation data.
WebPTests() - Constructor for class org.opengis.cite.gpkg12.extensions.webp.WebPTests
 
withStandardBindings() - Static method in class org.opengis.cite.gpkg12.util.NamespaceBindings
Creates a NamespaceBindings object that declares the following namespace bindings: ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2"
writeNode(Node, OutputStream) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Writes the content of a DOM Node to a byte stream.
writeNodeToString(Node) - Static method in class org.opengis.cite.gpkg12.util.XMLUtils
Writes the content of a DOM Node to a string.

X

XLINK - Static variable in class org.opengis.cite.gpkg12.Namespaces
W3C XLink
XML_ERROR - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
XMLUtils - Class in org.opengis.cite.gpkg12.util
Provides various utility methods for accessing or manipulating XML representations.
XMLUtils() - Constructor for class org.opengis.cite.gpkg12.util.XMLUtils
 
XPATH_ERROR - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
XPATH_RESULT - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
 
XSD - Static variable in class org.opengis.cite.gpkg12.Namespaces
W3C XML Schema namespace

Z

zoomLevelNotNegative() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
The zoom_level column value in a gpkg_tile_matrix table row SHALL not be negative.
zoomLevelRange() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
For each distinct table_name from the gpkg_tile_matrix (tm) table, the tile pyramid (tp) user data table zoom_level column value in a GeoPackage SHALL be in the range min(tm.zoom_level) <= tp.zoom_level <= max(tm.zoom_level).
zoomTimesTwo() - Method in class org.opengis.cite.gpkg12.tiles.TileTests
In a GeoPackage that contains a tile pyramid user data table that contains tile data, by default, zoom level pixel sizes for that table SHALL vary by a factor of 2 between adjacent zoom levels in the tile matrix metadata table.
A B C D E F G H I J L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values