Class Metadata
- java.lang.Object
- 
- mil.nga.geopackage.extension.metadata.Metadata
 
- 
 public class Metadata extends Object Contains metadata in MIME encodings structured in accordance with any authoritative metadata specification- Author:
- osbornb
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOLUMN_IDid field namestatic StringCOLUMN_METADATAmetadata field namestatic StringCOLUMN_MIME_TYPEmimeType field namestatic StringCOLUMN_SCOPEscope field namestatic StringCOLUMN_STANDARD_URIstandardUri field namestatic StringTABLE_NAMETable name
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()Get the idStringgetMetadata()Get the metadataMetadataScopeTypegetMetadataScope()Get the metadata scopeStringgetMetadataScopeName()Get the metadata scope nameStringgetMimeType()Get the MIME typeStringgetStandardUri()Get the standard URIvoidsetId(long id)Set the idvoidsetMetadata(String metadata)Set the metadatavoidsetMetadataScope(String metadataScope)Set the metadata scopevoidsetMetadataScope(MetadataScopeType metadataScope)Set the metadata scopevoidsetMimeType(String mimeType)Set the MIME typevoidsetStandardUri(String standardUri)Set the standard URI
 
- 
- 
- 
Field Detail- 
TABLE_NAMEpublic static final String TABLE_NAME Table name- See Also:
- Constant Field Values
 
 - 
COLUMN_IDpublic static final String COLUMN_ID id field name- See Also:
- Constant Field Values
 
 - 
COLUMN_SCOPEpublic static final String COLUMN_SCOPE scope field name- See Also:
- Constant Field Values
 
 - 
COLUMN_STANDARD_URIpublic static final String COLUMN_STANDARD_URI standardUri field name- See Also:
- Constant Field Values
 
 - 
COLUMN_MIME_TYPEpublic static final String COLUMN_MIME_TYPE mimeType field name- See Also:
- Constant Field Values
 
 - 
COLUMN_METADATApublic static final String COLUMN_METADATA metadata field name- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Metadatapublic Metadata() Default Constructor
 - 
Metadatapublic Metadata(Metadata meta) Copy Constructor- Parameters:
- meta- metadata to copy
- Since:
- 1.3.0
 
 
- 
 - 
Method Detail- 
getIdpublic long getId() Get the id- Returns:
- id
 
 - 
setIdpublic void setId(long id) Set the id- Parameters:
- id- id
 
 - 
getMetadataScopepublic MetadataScopeType getMetadataScope() Get the metadata scope- Returns:
- metadata scope type
 
 - 
setMetadataScopepublic void setMetadataScope(MetadataScopeType metadataScope) Set the metadata scope- Parameters:
- metadataScope- metadata scope type
 
 - 
getMetadataScopeNamepublic String getMetadataScopeName() Get the metadata scope name- Returns:
- metadata scope name
- Since:
- 4.0.0
 
 - 
setMetadataScopepublic void setMetadataScope(String metadataScope) Set the metadata scope- Parameters:
- metadataScope- metadata scope name
- Since:
- 4.0.0
 
 - 
getStandardUripublic String getStandardUri() Get the standard URI- Returns:
- standard URI
 
 - 
setStandardUripublic void setStandardUri(String standardUri) Set the standard URI- Parameters:
- standardUri- standard URI
 
 - 
getMimeTypepublic String getMimeType() Get the MIME type- Returns:
- MIME type
 
 - 
setMimeTypepublic void setMimeType(String mimeType) Set the MIME type- Parameters:
- mimeType- MIME type
 
 - 
getMetadatapublic String getMetadata() Get the metadata- Returns:
- metadata
 
 - 
setMetadatapublic void setMetadata(String metadata) Set the metadata- Parameters:
- metadata- metadata
 
 
- 
 
-