All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.gpkg12.MessageBundle.properties Maven / Gradle / Ivy

The newest version!
# assertion error messages in English (default)
NotSchemaValid = {0} schema validation error(s) detected.\n {1}
EmptyString = Expected empty string.
XPathResult = Unexpected result evaluating XPath expression with context node {0}: {1}
NamespaceName = Node has unexpected [namespace name] value.
LocalName = Node has unexpected [local name] value.
XMLError = Failed to read XML resource. {0}
XPathError = XPath expression cannot be evaluated: {0}. {1}
MissingInfosetItem = Infoset item is missing or empty: {0}. Location: {1}
UnexpectedStatus = Unexpected HTTP status code.
UnexpectedMediaType = Response entity has unexpected media type.
MissingEntity = Response entity is missing.
ConformanceClassDisabled = Conformance class {0} is disabled.
ConformanceClassNotUsed = Conformance class {0} is not in use.
InvalidHeaderString = Data file has unexpected header string: {0}
UnknownApplicationId = Unknown application identifier in file header: {0}
UnknownUserVersion = Unknown user version: expected 10200 or greater but found {0}
InvalidSuffix = Invalid file name suffix: {0}
InvalidDataType = Invalid data type: {0} for column {1} in table {2} 
MissingColumn = Table {0} is missing at least one column.
InvalidColumnDefinition = Column {0} of table {1} is supposed to have a {2} of {3} but found {4}.
UnexpectedColumn = Unexpected column {0} in table {1}
UnexpectedValue = Unexpected value {0} for column {1} in table {2}
IllegalValue = For rows in table {0} with a {1} column value of {2} the {3} column value must be {4} but found {5} for {6} column value {7}.
MissingReference = Table {0} is missing a row with a {1} column value of {2}
MissingRow = Table {0} is required to have at least one row.
NonUniqueValue = Values in column {0} table {1} must be unique but found: {2}
PragmaIntegrityCheckNotOk = PRAGMA integrity_check failed
InvalidForeignKey = Database contains invalid foreign keys
NoSqlAccess = No available SQLite SQL API interface
SqliteOmitOptions = SQLite library compilations shall not include any OMIT options
TableDefinitionInvalid = The {0} table does not have a valid definition: {1}
MissingTable = The {0} table is missing.
TableNoPK = The features or attributes table {0} does not have a primary key.
TablePKNotUnique = The primary keys in table {0} are not unique.
BadSrsTableDefinition = Bad Spatial Reference System table (gpkg_spatial_ref_sys): {0}
NoGeographicSrs = The gpkg_spatial_ref_sys is missing a record for organization "EPSG" or "epsg" and organization_coordsys_id 4326
NoUndefinedCartesianSrs = The gpkg_spatial_ref_sys is missing a record with an srs_id of -1, an organization of "NONE", an organization_coordsys_id of -1, and definition "undefined"
NoUndefinedGeographicSrs = The gpkg_spatial_ref_sys is missing a record with an srs_id of 0, an organization of "NONE", an organization_coordsys_id of 0, and definition "undefined"
UndefinedSrs = The following srs_id(s) are not in the gpkg_spatial_ref_sys table: {0}
SRSMismatch = The {0} table has an srs_id of {1} for table {2} that does not match the corresponding value in gpkg_contents
ContentTableDoesNotExist = The following tables referenced in the gpkg_contents table do not exist: {0}
BadContentsEntryLastChangeFormat = The value for gpkg_contents.last_change corresponding to entry with table name {0} was not in the correct format
BadContentsTableSrsForeignKey = The contents table has a bad srs foreign key
BadContentsTableDefinition = Bad contents table definition: {0}
OptionsNoFeaturesOrTiles = A GeoPackage must contain tiles and/or features.
TilesTablesNotReferencedInContents = The following table(s) match the specification for a tile pyramid user data table, but are not referenced in gpkg_contents: {0}
ValuesDoNotVaryByFactorOfTwo = Adjacent zoom levels {0} and {1} for tiles set table {2} do not vary by a factor of 2
InvalidImageFormat = The following tiles in table {0} are not in the correct image format: {1}
BadTileMatrixSetTableDefinition = Bad tile matrix set table definition: {0}
UnreferencedTileMatrixSetTable = The table_name value {0} in gpkg_tile_matrix_set is not referenced in the gpkg_contents table
UnreferencedTilesContentTableName = Tiles content entry with table name {0} has no associated entry in the gpkg_tile_matrix_set table
BadMatrixSetSrsReference = Tiles matrix set references SRS identifier {0} which is not in the spatial reference table
BadTileMatrixTableDefinition = Bad tile matrix table definition: {0}
BadMatrixContentsReferences = The following table_name values in the gpkg_tile_matrix table does not use an appropriate value referenced by the gpkg_contents table
MissingTileMatrixEntry = The gpkg_tile_matrix table does not contain an entry for zoom level {0} in the pyramid user data table {1}
BadPixelDimensions = The follow tiles tables have zoom levels with pixel_x_size and pixel_y_size that fail to satisfy these two equations: pixel_x_size = (bounding box width  / matrix_width) / tile_width AND tpixel_y_size = (bounding box height / matrix_height) / tile_height: {0}
NegativeZoomLevel = Zoom levels may not be negative
NonPositiveMatrixWidth = Matrix widths must be greater than 0
NonPositiveMatrixHeight = Matrix heights must be greater than 0
NonPositiveTileWidth = Tile widths must be greater than 0
NonPositiveTileHeight = Tile heights must be greater than 0
NonPositivePixelXSize = Tile pixel x sizes must be greater than 0
NonPositivePixelYSize = Tile pixel y sizes must be greater than 0
PixelSizeNotDecreasing = Pixel x and y sizes for tiles table {0} do not decrease as zoom levels increase
BadTilePyramidUserDataTableDefinition = Tile pyramid user data table {0} does not conform to the correct definition: {1}
UndefinedZoomLevel = Tile pyramid user data table {0} reference undefined zoom level {1}
TileColumnOutOfRange = Tile pyramid user data table {0} contains tile_column values outside of the valid range [0, {1}] at zoom level {2}
TileRowOutOfRange = Tile pyramid user data table {0} contains tile_row values outside of the valid range [0, {1}] at zoom level {2}
BadMetadataTableDefinition = Bad metadata table definition: {0}
InvalidMetadataScope = The following gpkg_metadata table md_scope values are invalid: {0}
MissingMetadataReferenceTable = The gpkg_metadata_reference table must be defined if the gpkg_metadata is
BadMetadataReferenceTableDefinition = Bad metadata reference table definition: {0}
InvalidMetadataReferenceScope = "The followinggpkg_metadata_reference table reference_scope values) are invalid: {0}
BadMetadataReferenceScopeColumnNameAgreement = The following metadata references have a scope of 'geopackage' but have a non-null column_name value:\n{0}
InvalidMetadataReferenceTable = The following metadata references reference tables not in the contents table:\n{0}
FeaturesTableDoesNotExist = The features table {0} from gpkg_contents does not exist.
FeaturesBinaryInvalid = The features table {0} has an invalid geometry in row {1}: {2}.
FeaturesGeometryColumnsInvalid = The gpkg_geometry_columns table does not have a valid definition.
FeaturesGeometryColumnsNoFK = The gpkg_geometry_columns table is missing a required foreign key relationship.
FeaturesGeometryColumnsMismatch = Feature rows from gpkg_contents do not have matching rows in the gpkg_geometry_columns table.
FeaturesGeometryColumnsInvalidCol = The gpkg_geometry_columns row with table_name {0} has an invalid column {1}.
FeaturesGeometryColumnsInvalidGeom = The gpkg_geometry_columns table contains an invalid geometry type {0} for table {1}.
FeaturesGeometryColumnsInvalidZ = The gpkg_geometry_columns table contains an invalid z type {0}.
FeaturesGeometryColumnsInvalidM = The gpkg_geometry_columns table contains an invalid m type {0}.
FeaturesOneGeometryColumn = Feature table {0} must have exactly one geometry column.
InvalidRTreeReference = The gpkg_extensions table references table {0} column {1} which does not exist in gpkg_geometry_columns.
InvalidDataColumn = The {0} table references column {1} which does not exist in table {2}.
InvalidDataTable = The {0} table references table {1} which does not exist.
InvalidExtensionDataScope = The gpkg_extensions table has an invalid scope {0}; expected "read-write" or "write-only".
IllegalExtensionDataScope = Extension {0} must have a scope of {1}.
ExtendedGeometryReferenceMissing = Table {0} uses extended geometry {1} but the required row is missing from gpkg_extensions.
InvalidRTreeDefinition = The {0} RTree index definition for table {1} is invalid. Regex: {2}\nActual: {3}
CoverageAncillaryColumnsInvalid = The gpkg_2d_gridded_coverage_ancillary table failed test {0}.
CoverageAncillaryNoFK = The gpkg_2d_gridded_coverage_ancillary table is missing a required foreign key relationship.
TileAncillaryColumnsInvalid = The gpkg_2d_gridded_tile_ancillary table failed test {0}.
TileAncillaryNoFK = The gpkg_2d_gridded_tile_ancillary table is missing a required foreign key relationship.
NoElevationSrs = The gpkg_spatial_ref_sys table is missing a record for organization "EPSG" or "epsg" and organization_coordsys_id 4979.
ElevationExtensionRowsMissing = Required rows for the Elevation Extension are missing from gpkg_extensions.
UnreferencedCoverageTileMatrixSetTable = Rows of gpkg_2d_gridded_coverage_ancillary do not match rows in gpkg_tile_matrix_set.
ConstraintNonNullValue = Constraint {0} must {1}have a NULL value.
ConstraintMinMaxInvalid = Constraint {0} has an invalid min and/or max value.
ConstraintInclusiveInvalid = Constraint {0} has a NULL min_is_inclusive and/or max_is_inclusive.
CoverageAncillaryDatatypeInvalid = Values of the datatype column in gpkg_2d_gridded_coverage_ancillary must be "integer" or "float".
TileAncillaryReferences = There is no row gpkg_2d_gridded_tile_ancillary for table {0} id {1}.
TileAncillaryTableRefInvalid = The table {0} referenced in gpkg_2d_gridded_tile_ancillary is missing.
FeatureTableNamesMissing = The geopackage contains features tables that are not included in the gpkg_contents: {0}.
FeatureGeometryColumnInvalidMagicNumber = Req 19 i. {0} Geometry header has invalid magic value in row: {1}, column name: {2}, invalid value: {3}.
FeatureGeometryColumnInvalidVersion = Req 19 ii. {0} Geometry header has invalid version (version 0 expected) in row: {1}, column name: {2}, invalid value: {3}.
FeatureGeometryColumnInvalidBinaryCode = Req 19 iii. {0} Geometry header has invalid binary code flag row: {1}, column name: {2}, invalid value: {3}. 
FeatureGeometryColumnInvalidEnvelopeCode =  Req 19 iv. {0} Geometry header has invalid envelope code row: {1}, column name: {2}, invalid value: {3}.
FeatureGeometryColumnDetectedEmptyGeometryFlagButEnvelopeHasContent = Req 19 v. {2} Geometry header indicates empty geometry values but envelope has content and it should not row: {0}, column name: {1}.
FeatureGeometryColumnSRSNotInGpkgContents = Req 33 {3} the srs specified in the feature geometry is not found in the gpkg_contents, feature instance row: {0}, column name: {1}, invalid value: {2}.
FeatureGeometryColumnSRSMatchWhenBytesSwapped = Req 33 {4} the srs specified in the feature geometry does not match the srs in gpkg_geometry_columns for this feature; however with byte swap in header it does match. Possible header byte swap issue row: {0}, column name: {1}, geometry srs: {2}, geometry columns srs: {3}.
FeatureGeometryColumnSRSDoesNotMatchSpecifiedSRSForFeature = Req 33 {4} the srs specified in the feature geometry does not match the srs in gpkg_geometry_columns for this feature; row: {0}, column name: {1}, geometry srs: {2}, geometry column srs: {3}.
FeatureGeometryColumnGeometryTypeNotValid = Req 20 i.  {4} Geometry type specified in WKB is not supported or could not be derived from numeric value. Row {0}, column name: {1}, geometry type from gpkg_geometry_columns: {2}, numeric geometry type in WKB: {3}.
FeatureGeometryColumnGeometryTypeNotValidButByteSwapErrorPossible = Req 20 i.  {4} Geometry type specified in WKB is not supported or could not be derived from numeric value, however with WKB byte swap flag switched a valid geometry is possible. Row {0}, column name: {1}, geometry type from gpkg_geometry_columns: {2}, numeric geometry type in WKB: {3}, numeric geometry type with byte swap: {5}, geometry type name with byte swap: {6}.
Feature_GeometryColumnGeometryNotAssignableToSupertype = Req 32 {4} Geometry type specified in geometry WKB subtype is not assignable to geometry supertype specified in gpkg_geometry_columns for this feature; row: {0}, column name: {1}, geometry type from gpkg_geometry_columns: {2}, geometry type in WKB: {3}.
FeatureGeometryColumnGeometryTypeNotPresentAsExtension = Req 67 {4} Geometry type specified in feature geometry WKB is not present within gpkg_extensions as extension_name gpkg_geom_{3} as expected: {0}, column name: {1}, geometry type in WKB: {2}.
FeatureGeometryColumnEnvelopeOutsideExtentsOfGeoPackage = Req NSG 19B {3} Geometry envelope is outside the bounds of the geopackage extents specified in gpkg_contents for this srs id row: {0}, column name: {1}, srs id: {2}, envelope minx {4}, maxx {5}, miny {6}, maxy {7}; Issue: {8}.
FeatureGeometryColumnEnvelopeOutsideToleranceOfRTreeTriggerMinMax = Req 78 {2} Geometry envelope min max values are not the within tolerance of rtree trigger min max values. rowid: {0}, column name: {1}, envelope minx {3}, maxx {4}, miny {5}, maxy {6}.
FeatureForeignKeyNotSpecifiedCorrectly = The geopackage contains invalid foreign key columns in gpkg_geometry_columns: {0}.
FeatureGeometryColumnRtreeTableMissingOrInError = Req 78 the rtree table expected for feature {0} and column {1} could not be opened or is in error: rtree_{0}_{1}.
FeatureGeometryColumnBLOBProcessingTestFailure = Failure in test process while processing feature geometry column blob entry for {0}; error message: {1}.
FeatureGeometryWKBItemCountIllegal = Req 66 {0} wkb geometry item count illegal. rowid: {1}, column name: {2}, geometry type: {3}, item count: {4}.
FeatureGeometryColumnsDoeNotMatchContents = Feature items in gpkg_contents are not consistent with gpkg_geometry_columns.
FeatureGeometryColumnsSRSIDNotConsistentWithContents = Feature srs_id values in gpkg_geometry_columns are not consistent with gpkg_contents.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy