|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
IdentificationImpl
DataIdentificationImpl
public class DataIdentificationImpl
Information required to identify a dataset.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DataIdentificationImpl()
Constructs an initially empty data identification. |
|
DataIdentificationImpl(Citation citation,
InternationalString abstracts,
Collection<? extends Locale> language,
Collection<? extends TopicCategory> topicCategories)
Creates a data identification initialized to the specified values. |
|
DataIdentificationImpl(DataIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<CharacterSet> |
getCharacterSets()
Full name of the character coding standard used for the dataset. |
InternationalString |
getEnvironmentDescription()
Description of the dataset in the producers processing environment, including items such as the software, the computer operating system, file name, and the dataset size. |
Collection<Extent> |
getExtent()
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset. |
Collection<Locale> |
getLanguage()
Language(s) used within the dataset. |
Collection<SpatialRepresentationType> |
getSpatialRepresentationTypes()
Method used to spatially represent geographic information. |
Collection<Resolution> |
getSpatialResolutions()
Factor which provides a general understanding of the density of spatial data in the dataset. |
InternationalString |
getSupplementalInformation()
Any other descriptive information about the dataset. |
Collection<TopicCategory> |
getTopicCategories()
Main theme(s) of the datset. |
void |
setCharacterSets(Collection<? extends CharacterSet> newValues)
Set the full name of the character coding standard used for the dataset. |
void |
setEnvironmentDescription(InternationalString newValue)
Set the description of the dataset in the producers processing environment. |
void |
setExtent(Collection<? extends Extent> newValues)
Set additional extent information. |
void |
setLanguage(Collection<? extends Locale> newValues)
Set the language(s) used within the dataset. |
void |
setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues)
Set the method used to spatially represent geographic information. |
void |
setSpatialResolutions(Collection<? extends Resolution> newValues)
Set the factor which provides a general understanding of the density of spatial data in the dataset. |
void |
setSupplementalInformation(InternationalString newValue)
Set any other descriptive information about the dataset. |
void |
setTopicCategories(Collection<? extends TopicCategory> newValues)
Set the main theme(s) of the datset. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface Identification |
---|
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus |
Constructor Detail |
---|
public DataIdentificationImpl()
public DataIdentificationImpl(DataIdentification source)
public DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection<? extends Locale> language, Collection<? extends TopicCategory> topicCategories)
Method Detail |
---|
public Collection<SpatialRepresentationType> getSpatialRepresentationTypes()
getSpatialRepresentationTypes
in interface DataIdentification
public void setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues)
public Collection<Resolution> getSpatialResolutions()
getSpatialResolutions
in interface DataIdentification
public void setSpatialResolutions(Collection<? extends Resolution> newValues)
public Collection<Locale> getLanguage()
getLanguage
in interface DataIdentification
public void setLanguage(Collection<? extends Locale> newValues)
public Collection<CharacterSet> getCharacterSets()
getCharacterSets
in interface DataIdentification
public void setCharacterSets(Collection<? extends CharacterSet> newValues)
public Collection<TopicCategory> getTopicCategories()
getTopicCategories
in interface DataIdentification
public void setTopicCategories(Collection<? extends TopicCategory> newValues)
public InternationalString getEnvironmentDescription()
getEnvironmentDescription
in interface DataIdentification
null
.public void setEnvironmentDescription(InternationalString newValue)
public Collection<Extent> getExtent()
getExtent
in interface DataIdentification
public void setExtent(Collection<? extends Extent> newValues)
public InternationalString getSupplementalInformation()
getSupplementalInformation
in interface DataIdentification
null
.public void setSupplementalInformation(InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |