| 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.createIfNotExists(SpatialReferenceSystem data) |
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
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForId(Long id) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForSameId(SpatialReferenceSystem data) |
| Modifier and Type | Method and Description |
|---|---|
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.query(PreparedQuery<SpatialReferenceSystem> preparedQuery) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForAll() |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForEq(String fieldName,
Object value) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForFieldValues(Map<String,Object> fieldValues) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForFieldValuesArgs(Map<String,Object> fieldValues) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForMatching(SpatialReferenceSystem matchObj) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForMatchingArgs(SpatialReferenceSystem matchObj) |
| Modifier and Type | Method and Description |
|---|---|
int |
SpatialReferenceSystemDao.create(SpatialReferenceSystem srs) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.createIfNotExists(SpatialReferenceSystem data) |
Dao.CreateOrUpdateStatus |
SpatialReferenceSystemDao.createOrUpdate(SpatialReferenceSystem data) |
int |
SpatialReferenceSystemDao.deleteCascade(SpatialReferenceSystem srs)
Delete the Spatial Reference System, cascading
|
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForMatching(SpatialReferenceSystem matchObj) |
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.queryForMatchingArgs(SpatialReferenceSystem matchObj) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForSameId(SpatialReferenceSystem data) |
void |
SpatialReferenceSystemDao.setDefinition_12_163(SpatialReferenceSystem srs)
Query and set the definition 12 163 in the srs object if the extension
exists
|
int |
SpatialReferenceSystemDao.update(SpatialReferenceSystem data) |
void |
SpatialReferenceSystemDao.updateDefinition_12_163(SpatialReferenceSystem srs)
Update the definition 12 163 in the database if the extension exists
|
| 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
|
List<SpatialReferenceSystem> |
SpatialReferenceSystemDao.query(PreparedQuery<SpatialReferenceSystem> preparedQuery) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery) |
void |
SpatialReferenceSystemDao.setDefinition_12_163(Collection<SpatialReferenceSystem> srsList)
Query and set the definition 12 163 in the srs objects if the extension
exists
|
| 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 |
|---|---|
static Projection |
ProjectionFactory.getProjection(SpatialReferenceSystem srs)
Get the projection for the Spatial Reference System
|
ProjectionTransform |
Projection.getTransformation(SpatialReferenceSystem srs)
Get the transformation from this Projection to the Spatial Reference
System.
|
| 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.