public class TileMatrixSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ID
id field name, tableName
|
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 |
|---|
TileMatrixSet()
Default Constructor
|
TileMatrixSet(TileMatrixSet tileMatrixSet)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox()
Get a bounding box
|
Contents |
getContents() |
String |
getId() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
SpatialReferenceSystem |
getSrs() |
long |
getSrsId() |
String |
getTableName() |
void |
setBoundingBox(BoundingBox boundingBox)
Set a bounding box
|
void |
setContents(Contents contents) |
void |
setId(String id) |
void |
setMaxX(double maxX) |
void |
setMaxY(double maxY) |
void |
setMinX(double minX) |
void |
setMinY(double minY) |
void |
setSrs(SpatialReferenceSystem srs) |
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_SRS_ID
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 TileMatrixSet()
public TileMatrixSet(TileMatrixSet tileMatrixSet)
tileMatrixSet - tile matrix set to copypublic String getId()
public void setId(String id)
public Contents getContents()
public void setContents(Contents contents)
public String getTableName()
public SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
public long getSrsId()
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 BoundingBox getBoundingBox()
public void setBoundingBox(BoundingBox boundingBox)
boundingBox - Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.