public class SpatialReferenceSystem extends Object
Contents and
GeometryColumns objects to relate the vector and tile data in user
tables to locations on the earth.| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_DEFINITION
definition field name
|
static String |
COLUMN_DESCRIPTION
description field name
|
static String |
COLUMN_ID
id field name, srsId
|
static String |
COLUMN_ORGANIZATION
organization field name
|
static String |
COLUMN_ORGANIZATION_COORDSYS_ID
organizationCoordsysId field name
|
static String |
COLUMN_SRS_ID
srsId field name
|
static String |
COLUMN_SRS_NAME
srsName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
SpatialReferenceSystem()
Default Constructor
|
SpatialReferenceSystem(SpatialReferenceSystem srs)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<Contents> |
getContents()
Get the contents
|
String |
getDefinition_12_063()
Get the 12_063 WKT definition
|
String |
getDefinition()
Get the definition
|
String |
getDescription()
Get the description
|
ForeignCollection<GeometryColumns> |
getGeometryColumns()
Get the geometry columns
|
long |
getId()
Get the id
|
String |
getOrganization()
Get the organization
|
long |
getOrganizationCoordsysId()
Get the organization coordsys id
|
Projection |
getProjection()
Get the projection for the Spatial Reference System
|
long |
getSrsId()
Get the srs id
|
String |
getSrsName()
Get the srs name
|
ForeignCollection<TileMatrixSet> |
getTileMatrixSet()
Get the tile matrix set
|
ProjectionTransform |
getTransformation(Projection projection)
Get the projection transform from the provided projection to the Spatial
Reference System projection
|
void |
setDefinition_12_063(String definition_12_063)
Set the 12_063 WKT definition
|
void |
setDefinition(String definition)
Set the definition
|
void |
setDescription(String description)
Set the description
|
void |
setId(long id)
Set the id
|
void |
setOrganization(String organization)
Set the organization
|
void |
setOrganizationCoordsysId(long organizationCoordsysId)
Set the organization coordsys id
|
void |
setSrsId(long srsId)
Set the srs id
|
void |
setSrsName(String srsName)
Set the srs name
|
public static final String TABLE_NAME
public static final String COLUMN_SRS_NAME
public static final String COLUMN_SRS_ID
public static final String COLUMN_ID
public static final String COLUMN_ORGANIZATION
public static final String COLUMN_ORGANIZATION_COORDSYS_ID
public static final String COLUMN_DEFINITION
public static final String COLUMN_DESCRIPTION
public SpatialReferenceSystem()
public SpatialReferenceSystem(SpatialReferenceSystem srs)
srs - srs to copypublic long getId()
public void setId(long id)
id - idpublic String getSrsName()
public void setSrsName(String srsName)
srsName - srs namepublic long getSrsId()
public void setSrsId(long srsId)
srsId - srs idpublic String getOrganization()
public void setOrganization(String organization)
organization - organizationpublic long getOrganizationCoordsysId()
public void setOrganizationCoordsysId(long organizationCoordsysId)
organizationCoordsysId - organization coordsys idpublic String getDefinition()
public void setDefinition(String definition)
definition - definitionpublic String getDescription()
public void setDescription(String description)
description - descriptionpublic String getDefinition_12_063()
public void setDefinition_12_063(String definition_12_063)
definition_12_063 - 12_063 WKT definitionpublic ForeignCollection<Contents> getContents()
public ForeignCollection<GeometryColumns> getGeometryColumns()
public ForeignCollection<TileMatrixSet> getTileMatrixSet()
public Projection getProjection()
public ProjectionTransform getTransformation(Projection projection)
projection - from projectionCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.