Uses of Class
org.geotools.geopkg.GeoPkgMetadata
Packages that use GeoPkgMetadata
-
Uses of GeoPkgMetadata in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadataModifier and TypeMethodDescriptionGeoPkgMetadataExtension.getMetadata
(Long id) Returns aGeoPkgMetadata
with the given identifierGeoPkgMetadataReference.getMetadata()
GeoPkgMetadataReference.getMetadataParent()
Methods in org.geotools.geopkg that return types with arguments of type GeoPkgMetadataModifier and TypeMethodDescriptionGeoPkgMetadataExtension.getMetadatas()
Lists all metadata entries present in the GeoPackageMethods in org.geotools.geopkg with parameters of type GeoPkgMetadataModifier and TypeMethodDescriptionvoid
GeoPkgMetadataExtension.addMetadata
(GeoPkgMetadata metadata) Adds a metadata entry in the GeoPacakgeGeoPkgMetadataExtension.getReferences
(GeoPkgMetadata metadata) void
GeoPkgMetadataExtension.removeMetadata
(GeoPkgMetadata metadata) Deletes a metadata entry from the GeoPackagevoid
GeoPkgMetadataReference.setMetadata
(GeoPkgMetadata metadata) void
GeoPkgMetadataReference.setMetadataParent
(GeoPkgMetadata metadataParent) void
GeoPkgMetadataExtension.updateMetadata
(GeoPkgMetadata metadata) Updates metadata entry in the GeoPackageConstructors in org.geotools.geopkg with parameters of type GeoPkgMetadataModifierConstructorDescriptionGeoPkgMetadataReference
(Long id, GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent) GeoPkgMetadataReference
(GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)