| Package | Description |
|---|---|
| mil.nga.geopackage.core.contents | |
| mil.nga.geopackage.core.srs | |
| mil.nga.geopackage.features.columns | |
| mil.nga.geopackage.tiles.matrixset |
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
Contents.getSrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contents.setSrs(SpatialReferenceSystem srs) |
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
SpatialReferenceSystemDao.createUndefinedCartesian()
Creates the required Undefined Cartesian Spatial Reference System (spec
Requirement 11)
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.createUndefinedGeographic()
Creates the required Undefined Geographic Spatial Reference System (spec
Requirement 11)
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.createWebMercator()
Creates the Web Mercator Spatial Reference System if it does not already
exist
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.createWgs84()
Creates the required EPSG WGS84 Spatial Reference System (spec
Requirement 11)
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.getOrCreate(long srsId)
Get or Create the Spatial Reference System for the provided id
|
| Modifier and Type | Method and Description |
|---|---|
int |
SpatialReferenceSystemDao.deleteCascade(SpatialReferenceSystem srs)
Delete the Spatial Reference System, cascading
|
| Modifier and Type | Method and Description |
|---|---|
int |
SpatialReferenceSystemDao.deleteCascade(Collection<SpatialReferenceSystem> srsCollection)
Delete the collection of Spatial Reference Systems, cascading
|
int |
SpatialReferenceSystemDao.deleteCascade(PreparedQuery<SpatialReferenceSystem> preparedDelete)
Delete the Spatial Reference Systems matching the prepared query,
cascading
|
| Constructor and Description |
|---|
SpatialReferenceSystemDao(ConnectionSource connectionSource,
Class<SpatialReferenceSystem> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
GeometryColumnsSqlMm.getSrs() |
SpatialReferenceSystem |
GeometryColumnsSfSql.getSrs() |
SpatialReferenceSystem |
GeometryColumns.getSrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryColumnsSqlMm.setSrs(SpatialReferenceSystem srs) |
void |
GeometryColumnsSfSql.setSrs(SpatialReferenceSystem srs) |
void |
GeometryColumns.setSrs(SpatialReferenceSystem srs) |
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
TileMatrixSet.getSrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileMatrixSet.setSrs(SpatialReferenceSystem srs) |
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.