Package org.geotools.geopkg
Class GeoPkgMetadata
Object
GeoPkgMetadata
A metadata entry in a GeoPackage
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGeoPkgMetadata
(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata) GeoPkgMetadata
(GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getScope()
int
hashCode()
void
void
setMetadata
(String metadata) void
setMimeType
(String mimeType) void
setScope
(GeoPkgMetadata.Scope scope) void
setStandardURI
(String standardURI) toString()
-
Constructor Details
-
GeoPkgMetadata
public GeoPkgMetadata(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata) -
GeoPkgMetadata
-
-
Method Details