public class GeoPackageMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_EXTERNAL_PATH
Path column
|
static String |
COLUMN_ID
Id column
|
static String |
COLUMN_NAME
Name column
|
static String[] |
COLUMNS
Columns
|
static String |
CREATE_SQL
Create table SQL
|
String |
externalPath
External path when not located in the app space
|
long |
id
Id
|
String |
name
Name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GeoPackageMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalPath()
Get the external path
|
long |
getId()
Get the id
|
String |
getName()
Get the name
|
boolean |
isExternal()
Is the GeoPackage external
|
void |
setExternalPath(String externalPath)
Set the external path
|
void |
setId(long id)
Set the id
|
void |
setName(String name)
Set the name
|
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_NAME
public static final String COLUMN_EXTERNAL_PATH
public static final String[] COLUMNS
public static final String CREATE_SQL
public long id
public String name
public String externalPath
public long getId()
public void setId(long id)
id - public String getName()
public void setName(String name)
name - public String getExternalPath()
public void setExternalPath(String externalPath)
externalPath - public boolean isExternal()