public class Contents extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_DATA_TYPE
dataType field name
|
static String |
COLUMN_DESCRIPTION
description field name
|
static String |
COLUMN_ID
id field name, tableName
|
static String |
COLUMN_IDENTIFIER
identifier field name
|
static String |
COLUMN_LAST_CHANGE
lastChange field name
|
static String |
COLUMN_MAX_X
maxX field name
|
static String |
COLUMN_MAX_Y
maxY field name
|
static String |
COLUMN_MIN_X
minX field name
|
static String |
COLUMN_MIN_Y
minY field name
|
static String |
COLUMN_SRS_ID
srsId field name
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
Contents()
Default Constructor
|
Contents(Contents contents)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox()
Get a bounding box
|
BoundingBox |
getBoundingBox(Projection projection)
Get a bounding box in the provided projection
|
ContentsDataType |
getDataType()
Get the data type
|
String |
getDataTypeString()
Get the data type string value
|
String |
getDescription()
Get the description
|
GeometryColumns |
getGeometryColumns()
Get the Geometry Columns, should only return one or no value
|
String |
getId()
Get the id
|
String |
getIdentifier()
Get the identifier
|
Date |
getLastChange()
Get the last change
|
Double |
getMaxX()
Get the max x
|
Double |
getMaxY()
Get the max y
|
Double |
getMinX()
Get the min x
|
Double |
getMinY()
Get the min y
|
Projection |
getProjection()
Get the projection
|
SpatialReferenceSystem |
getSrs()
Get the SRS
|
Long |
getSrsId()
Get the srs id
|
String |
getTableName()
Get the table name
|
ForeignCollection<TileMatrix> |
getTileMatrix()
Get the Tile Matrix collection
|
TileMatrixSet |
getTileMatrixSet()
Get the Tile Matrix Set, should only return one or no value
|
void |
setBoundingBox(BoundingBox boundingBox)
Set a bounding box
|
void |
setDataType(ContentsDataType dataType)
Set the data type
|
void |
setDataTypeString(String dataType)
Set the data type string value
|
void |
setDescription(String description)
Set the description
|
void |
setId(String id)
Set the id
|
void |
setIdentifier(String identifier)
Set the identifier
|
void |
setLastChange(Date lastChange)
Set the last change
|
void |
setMaxX(Double maxX)
Set the max x
|
void |
setMaxY(Double maxY)
Set the max y
|
void |
setMinX(Double minX)
Set the min x
|
void |
setMinY(Double minY)
Set the min y
|
void |
setSrs(SpatialReferenceSystem srs)
Set the srs
|
void |
setTableName(String tableName)
Set the table name
|
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_DATA_TYPE
public static final String COLUMN_IDENTIFIER
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_LAST_CHANGE
public static final String COLUMN_MIN_X
public static final String COLUMN_MIN_Y
public static final String COLUMN_MAX_X
public static final String COLUMN_MAX_Y
public static final String COLUMN_SRS_ID
public Contents()
public Contents(Contents contents)
contents - contents to copypublic String getId()
public void setId(String id)
id - idpublic String getTableName()
public void setTableName(String tableName)
tableName - table namepublic ContentsDataType getDataType()
public void setDataType(ContentsDataType dataType)
dataType - data typepublic String getDataTypeString()
public void setDataTypeString(String dataType)
dataType - data typepublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - identifierpublic String getDescription()
public void setDescription(String description)
description - descriptionpublic Date getLastChange()
public void setLastChange(Date lastChange)
lastChange - last changepublic Double getMinX()
public void setMinX(Double minX)
minX - min xpublic Double getMinY()
public void setMinY(Double minY)
minY - min ypublic Double getMaxX()
public void setMaxX(Double maxX)
maxX - max xpublic Double getMaxY()
public void setMaxY(Double maxY)
maxY - max ypublic SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
srs - srspublic Long getSrsId()
public GeometryColumns getGeometryColumns()
public TileMatrixSet getTileMatrixSet()
public ForeignCollection<TileMatrix> getTileMatrix()
public BoundingBox getBoundingBox()
public BoundingBox getBoundingBox(Projection projection)
projection - desired projectionpublic void setBoundingBox(BoundingBox boundingBox)
boundingBox - bounding boxpublic Projection getProjection()
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.