public class VectorTilesLayers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ATTRIBUTES_TABLE_NAME |
static String |
COLUMN_DESCRIPTION |
static String |
COLUMN_ID |
static String |
COLUMN_MAXZOOM |
static String |
COLUMN_MINZOOM |
static String |
COLUMN_NAME |
static String |
COLUMN_TABLE_NAME |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
VectorTilesLayers() |
VectorTilesLayers(long id,
String tableName,
String name,
String description,
long minZoom,
long maxZoom,
String attributesTableName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributesTableName() |
String |
getDescription() |
long |
getId() |
long |
getMaxZoom() |
long |
getMinZoom() |
String |
getName() |
String |
getTableName() |
void |
resetId()
Reset the id so the row can be inserted as new
|
void |
setAttributesTableName(String attributesTableName) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setMaxZoom(long maxZoom) |
void |
setMinZoom(long minZoom) |
void |
setName(String name) |
void |
setTableName(String tableName) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_NAME
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_MINZOOM
public static final String COLUMN_MAXZOOM
public static final String COLUMN_ATTRIBUTES_TABLE_NAME
public long getId()
public void setId(long id)
public void resetId()
public String getTableName()
public void setTableName(String tableName)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public long getMinZoom()
public void setMinZoom(long minZoom)
public long getMaxZoom()
public void setMaxZoom(long maxZoom)
public String getAttributesTableName()
public void setAttributesTableName(String attributesTableName)
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.