| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
Contents.getSrs()
Get the SRS
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contents.setSrs(SpatialReferenceSystem srs)
Set the 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.createWgs84Geographical3D()
Creates the required EPSG WGS84 Geographical 3D Spatial Reference System
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.getOrCreateCode(String organization,
long coordsysId)
Get or Create the Spatial Reference System for the provided organization
and id
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.getOrCreateFromEpsg(long epsg)
Get or Create the Spatial Reference System for the provided epsg
|
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForId(Long id) |
SpatialReferenceSystem |
SpatialReferenceSystemDao.queryForOrganizationCoordsysId(String organization,
long organizationCoordsysId)
Query for the organization coordsys 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_063(SpatialReferenceSystem srs)
Query and set the definition 12 063 in the srs object if the extension
exists
|
int |
SpatialReferenceSystemDao.update(SpatialReferenceSystem data) |
void |
SpatialReferenceSystemDao.updateDefinition_12_063(SpatialReferenceSystem srs)
Update the definition 12 063 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_063(Collection<SpatialReferenceSystem> srsList)
Query and set the definition 12 063 in the srs objects if the extension
exists
|
| Constructor and Description |
|---|
SpatialReferenceSystem(SpatialReferenceSystem srs)
Copy Constructor
|
| Constructor and Description |
|---|
SpatialReferenceSystemDao(ConnectionSource connectionSource,
Class<SpatialReferenceSystem> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Field and Description |
|---|---|
protected SpatialReferenceSystem |
FeatureCoreGenerator.srs
Spatial Reference System
|
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
FeatureCoreGenerator.getSrs()
Get the Spatial Reference System
|
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
GeometryColumnsSqlMm.getSrs() |
SpatialReferenceSystem |
GeometryColumns.getSrs()
Get the srs
|
SpatialReferenceSystem |
GeometryColumnsSfSql.getSrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryColumnsSqlMm.setSrs(SpatialReferenceSystem srs) |
void |
GeometryColumns.setSrs(SpatialReferenceSystem srs)
Set the srs
|
void |
GeometryColumnsSfSql.setSrs(SpatialReferenceSystem srs) |
| Modifier and Type | Method and Description |
|---|---|
SpatialReferenceSystem |
TileMatrixSet.getSrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileMatrixSet.setSrs(SpatialReferenceSystem srs) |
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.