thredds.catalog2
Interface ThreddsMetadata


public interface ThreddsMetadata

_more_

Since:
4.0
Author:
edavis

Nested Class Summary
static interface ThreddsMetadata.Contributor
           
static interface ThreddsMetadata.Documentation
           
static interface ThreddsMetadata.GeospatialCoverage
           
static interface ThreddsMetadata.GeospatialRange
           
static interface ThreddsMetadata.Keyphrase
           
static interface ThreddsMetadata.Variable
           
 
Method Summary
 java.lang.String getCollectionType()
           
 java.util.List<ThreddsMetadata.Contributor> getContributor()
           
 java.util.List<ThreddsMetadata.Contributor> getCreator()
           
 DataFormatType getDataFormat()
           
 long getDataSizeInBytes()
           
 FeatureType getDataType()
           
 DateRange getDateAvailable()
           
 DateType getDateCreated()
           
 DateType getDateIssued()
           
 DateType getDateMetadataCreated()
           
 DateType getDateMetadataModified()
           
 DateType getDateModified()
           
 DateRange getDateValid()
           
 java.util.List<ThreddsMetadata.Documentation> getDocumentation()
           
 ThreddsMetadata.GeospatialCoverage getGeospatialCoverage()
           
 java.util.List<ThreddsMetadata.Keyphrase> getKeyphrases()
           
 java.lang.String getProjectTitle()
           
 java.util.List<ThreddsMetadata.Contributor> getPublisher()
           
 DateRange getTemporalCoverage()
           
 java.util.List<ThreddsMetadata.Variable> getVariables()
           
 

Method Detail

getDocumentation

java.util.List<ThreddsMetadata.Documentation> getDocumentation()

getKeyphrases

java.util.List<ThreddsMetadata.Keyphrase> getKeyphrases()

getCreator

java.util.List<ThreddsMetadata.Contributor> getCreator()

getContributor

java.util.List<ThreddsMetadata.Contributor> getContributor()

getPublisher

java.util.List<ThreddsMetadata.Contributor> getPublisher()

getProjectTitle

java.lang.String getProjectTitle()

getDateCreated

DateType getDateCreated()

getDateModified

DateType getDateModified()

getDateIssued

DateType getDateIssued()

getDateValid

DateRange getDateValid()

getDateAvailable

DateRange getDateAvailable()

getDateMetadataCreated

DateType getDateMetadataCreated()

getDateMetadataModified

DateType getDateMetadataModified()

getGeospatialCoverage

ThreddsMetadata.GeospatialCoverage getGeospatialCoverage()

getTemporalCoverage

DateRange getTemporalCoverage()

getVariables

java.util.List<ThreddsMetadata.Variable> getVariables()

getDataSizeInBytes

long getDataSizeInBytes()

getDataFormat

DataFormatType getDataFormat()

getDataType

FeatureType getDataType()

getCollectionType

java.lang.String getCollectionType()