- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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(String) - Method in class org.opengis.cite.gpkg12.UniqueDefinition
-
- equals(Object) - 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.
- 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.
- 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() - Constructor for class org.opengis.cite.gpkg12.extensions.relatedtables.FeaturesTests
-
- 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.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.
- 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
-
- 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
-
- 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)
- 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.
- 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
-
- 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
-
- storeVersionInTestContext(ITestContext) - Method in class org.opengis.cite.gpkg12.core.VersionTests
-
- SuiteAttribute - Enum 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
-
- 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
-
- 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 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
-
- 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
-
- 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
-
- 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 org.opengis.cite.gpkg12.SuiteAttribute
-
- toString() - Method in enum 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.
- 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 org.opengis.cite.gpkg12.SuiteAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.gpkg12.TestRunArg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.gpkg12.util.GeoPackageVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opengis.cite.gpkg12.SuiteAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.gpkg12.TestRunArg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.gpkg12.util.GeoPackageVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES_DO_NOT_VARY_BY_FACTOR_OF_TWO - Static variable in class org.opengis.cite.gpkg12.ErrorMessageKeys
-
- verifySQLiteMajorVersion(ITestContext) - 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
-