Uses of Class
org.geotools.geopkg.GeoPkgMetadata
-
Packages that use GeoPkgMetadata Package Description org.geotools.geopkg -
-
Uses of GeoPkgMetadata in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadata Modifier and Type Method Description GeoPkgMetadata
GeoPkgMetadataExtension. getMetadata(Long id)
Returns aGeoPkgMetadata
with the given identifierGeoPkgMetadata
GeoPkgMetadataReference. getMetadata()
GeoPkgMetadata
GeoPkgMetadataReference. getMetadataParent()
Methods in org.geotools.geopkg that return types with arguments of type GeoPkgMetadata Modifier and Type Method Description List<GeoPkgMetadata>
GeoPkgMetadataExtension. getMetadatas()
Lists all metadata entries present in the GeoPackageMethods in org.geotools.geopkg with parameters of type GeoPkgMetadata Modifier and Type Method Description void
GeoPkgMetadataExtension. addMetadata(GeoPkgMetadata metadata)
Adds a metadata entry in the GeoPacakgeList<GeoPkgMetadataReference>
GeoPkgMetadataExtension. 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 GeoPkgMetadata Constructor Description GeoPkgMetadataReference(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)
-