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
|
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 String getId()
public void setId(String id)
public String getTableName()
public void setTableName(String tableName)
public ContentsDataType getDataType()
public void setDataType(ContentsDataType dataType)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getDescription()
public void setDescription(String description)
public Date getLastChange()
public void setLastChange(Date lastChange)
public Double getMinX()
public void setMinX(Double minX)
public Double getMinY()
public void setMinY(Double minY)
public Double getMaxX()
public void setMaxX(Double maxX)
public Double getMaxY()
public void setMaxY(Double maxY)
public SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
public Long getSrsId()
public GeometryColumns getGeometryColumns()
public TileMatrixSet getTileMatrixSet()
public ForeignCollection<TileMatrix> getTileMatrix()
public BoundingBox getBoundingBox()
public void setBoundingBox(BoundingBox boundingBox)
boundingBox - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.