public interface ILcdResourceMetadata
Note: you should not need to implement this interface yourself.
Instead, use TLcdISO19115Metadata
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbstract()
Returns a short description of the resource
|
java.lang.String |
getFormat()
Returns the format (type) of the resource (for example JPEG, WMS, GeoTIFF..)
The data format String is an easy means to identify a format.
|
java.util.List<java.lang.String> |
getKeywords()
Returns a list of relevant keywords for the resource
|
java.lang.String |
getTitle()
Returns the title of the resource
|
java.lang.String getTitle()
java.lang.String getAbstract()
java.util.List<java.lang.String> getKeywords()
java.lang.String getFormat()