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 aGeoPkgMetadatawith 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 TypeMethodDescriptionvoidGeoPkgMetadataExtension.addMetadata(GeoPkgMetadata metadata) Adds a metadata entry in the GeoPacakgeGeoPkgMetadataExtension.getReferences(GeoPkgMetadata metadata) voidGeoPkgMetadataExtension.removeMetadata(GeoPkgMetadata metadata) Deletes a metadata entry from the GeoPackagevoidGeoPkgMetadataReference.setMetadata(GeoPkgMetadata metadata) voidGeoPkgMetadataReference.setMetadataParent(GeoPkgMetadata metadataParent) voidGeoPkgMetadataExtension.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)