public class ThreddsMetadata extends Object implements ThreddsMetadataContainer
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ThreddsMetadata.Contributor | 
| static class  | ThreddsMetadata.GeospatialCoverageImplements GeospatialCoverage type. | 
| static class  | ThreddsMetadata.GeospatialRangeImplements spatialRange type. | 
| static class  | ThreddsMetadata.MetadataOther | 
| static class  | ThreddsMetadata.SourceImplements Source type, used by publisher and creator elements. | 
| static class  | ThreddsMetadata.UriResolved | 
| static class  | ThreddsMetadata.VariableImplements Variable type. | 
| static class  | ThreddsMetadata.VariableGroup | 
| static class  | ThreddsMetadata.VocabImplements Vocab type, just text with an optional "vocabulary" attribute. | 
| Constructor and Description | 
|---|
| ThreddsMetadata() | 
| ThreddsMetadata(ThreddsMetadata from) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addToList(String fldName,
         Object fldValue) | 
| void | finish() | 
| Iterable<Map.Entry<String,Object>> | getFldIterator() | 
| Map<String,Object> | getFlds() | 
| Object | getLocalField(String fldName) | 
| List<Object> | getLocalFieldAsList(String fldName) | 
| boolean | isImmutable() | 
| void | set(String fldName,
   Object fldValue) | 
public ThreddsMetadata()
public ThreddsMetadata(ThreddsMetadata from)
public void finish()
public Object getLocalField(String fldName)
getLocalField in interface ThreddsMetadataContainerpublic List<Object> getLocalFieldAsList(String fldName)
getLocalFieldAsList in interface ThreddsMetadataContainerpublic boolean isImmutable()