Class PropertiesExtension
java.lang.Object
mil.nga.geopackage.extension.BaseExtension
mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension<GeoPackage,AttributesRow,AttributesCursor,AttributesDao>
mil.nga.geopackage.extension.nga.properties.PropertiesExtension
public class PropertiesExtension
extends PropertiesCoreExtension<GeoPackage,AttributesRow,AttributesCursor,AttributesDao>
GeoPackage properties extension for defining GeoPackage specific properties,
attributes, and metadata
http://ngageoint.github.io/GeoPackage/docs/extensions/properties.html
- Since:
- 3.0.2
-
Field Summary
Fields inherited from class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
COLUMN_PROPERTY, COLUMN_VALUE, EXTENSION_AUTHOR, EXTENSION_DEFINITION, EXTENSION_NAME, EXTENSION_NAME_NO_AUTHOR, TABLE_NAME
Fields inherited from class mil.nga.geopackage.extension.BaseExtension
extensionsDao, geoPackage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AttributesDao
getDao()
protected AttributesRow
newRow()
Methods inherited from class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
addValue, deleteAll, deleteProperty, deleteValue, getGeoPackage, getOrCreate, getProperties, getValue, getValues, has, hasProperty, hasSingleValue, hasValue, hasValues, numProperties, numValues, numValues, removeExtension
Methods inherited from class mil.nga.geopackage.extension.BaseExtension
createDao, get, getExtensions, getExtensions, getExtensionsDao, getOrCreate, has, has, has, verifyWritable
-
Constructor Details
-
PropertiesExtension
Constructor- Parameters:
geoPackage
- GeoPackage
-
-
Method Details
-
getDao
- Specified by:
getDao
in classPropertiesCoreExtension<GeoPackage,
AttributesRow, AttributesCursor, AttributesDao>
-
newRow
- Specified by:
newRow
in classPropertiesCoreExtension<GeoPackage,
AttributesRow, AttributesCursor, AttributesDao>
-