public class ExtTileMatrixSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_DESCRIPTION |
static String |
COLUMN_ID |
static String |
COLUMN_MAX_X |
static String |
COLUMN_MAX_Y |
static String |
COLUMN_MIN_X |
static String |
COLUMN_MIN_Y |
static String |
COLUMN_SRS_ID |
static String |
COLUMN_TMS |
static String |
COLUMN_URI |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
ExtTileMatrixSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
Double |
getMaxX() |
Double |
getMaxY() |
Double |
getMinX() |
Double |
getMinY() |
SpatialReferenceSystem |
getSrs() |
Long |
getSrsId() |
String |
getTms() |
String |
getUri() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setMaxX(Double maxX) |
void |
setMaxY(Double maxY) |
void |
setMinX(Double minX) |
void |
setMinY(Double minY) |
void |
setSrs(SpatialReferenceSystem srs) |
void |
setTms(String tms) |
void |
setUri(String uri) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TMS
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_URI
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 long getId()
public void setId(long id)
public String getTms()
public void setTms(String tms)
public String getDescription()
public void setDescription(String description)
public String getUri()
public void setUri(String uri)
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()
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.