Package org.geotools.geopkg
Class GeoPkgMetadata
- Object
-
- GeoPkgMetadata
-
public class GeoPkgMetadata extends Object
A metadata entry in a GeoPackage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoPkgMetadata.Scope
Scope of the metadata
-
Constructor Summary
Constructors Constructor Description GeoPkgMetadata(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
GeoPkgMetadata(GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getId()
String
getMetadata()
String
getMimeType()
GeoPkgMetadata.Scope
getScope()
String
getStandardURI()
int
hashCode()
void
setId(Long id)
void
setMetadata(String metadata)
void
setMimeType(String mimeType)
void
setScope(GeoPkgMetadata.Scope scope)
void
setStandardURI(String standardURI)
String
toString()
-
-
-
Constructor Detail
-
GeoPkgMetadata
public GeoPkgMetadata(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
-
GeoPkgMetadata
public GeoPkgMetadata(GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getScope
public GeoPkgMetadata.Scope getScope()
-
setScope
public void setScope(GeoPkgMetadata.Scope scope)
-
getStandardURI
public String getStandardURI()
-
setStandardURI
public void setStandardURI(String standardURI)
-
getMimeType
public String getMimeType()
-
setMimeType
public void setMimeType(String mimeType)
-
getMetadata
public String getMetadata()
-
setMetadata
public void setMetadata(String metadata)
-
-