Package mil.nga.geopackage.db.metadata
Class GeoPackageMetadata
java.lang.Object
mil.nga.geopackage.db.metadata.GeoPackageMetadata
GeoPackage metadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the external pathlonggetId()Get the idgetName()Get the namebooleanIs the GeoPackage externalvoidsetExternalPath(String externalPath) Set the external pathvoidsetId(long id) Set the idvoidSet the name
-
Field Details
-
TABLE_NAME
Table name- See Also:
-
COLUMN_ID
Id column- See Also:
-
COLUMN_NAME
Name column- See Also:
-
COLUMN_EXTERNAL_PATH
Path column- See Also:
-
COLUMNS
Columns -
CREATE_SQL
Create table SQL- See Also:
-
id
public long idId -
name
Name -
externalPath
External path when not located in the app space
-
-
Constructor Details
-
GeoPackageMetadata
public GeoPackageMetadata()
-
-
Method Details
-
getId
public long getId()Get the id- Returns:
- id
-
setId
public void setId(long id) Set the id- Parameters:
id- id
-
getName
Get the name- Returns:
- name
-
setName
Set the name- Parameters:
name- name
-
getExternalPath
Get the external path- Returns:
- external path
-
setExternalPath
Set the external path- Parameters:
externalPath- external path
-
isExternal
public boolean isExternal()Is the GeoPackage external- Returns:
- external flag
-