|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractIdentification
DefaultDataIdentification
@ThreadSafe public class DefaultDataIdentification
Information required to identify a dataset.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultDataIdentification()
Constructs an initially empty data identification. |
|
DefaultDataIdentification(Citation citation,
InternationalString abstracts,
Collection<? extends Locale> language,
Collection<? extends TopicCategory> topicCategories)
Creates a data identification initialized to the specified values. |
|
DefaultDataIdentification(DataIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultDataIdentification |
castOrCopy(DataIdentification object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<CharacterSet> |
getCharacterSets()
Returns the full name of the character coding standard used for the dataset. |
InternationalString |
getEnvironmentDescription()
Returns a description of the dataset in the producer's processing environment. |
Collection<Extent> |
getExtents()
Returns additional extent information including the bounding polygon, vertical, and temporal extent of the dataset. |
Collection<Locale> |
getLanguages()
Returns the language(s) used within the dataset. |
Collection<SpatialRepresentationType> |
getSpatialRepresentationTypes()
Returns the method used to spatially represent geographic information. |
Collection<Resolution> |
getSpatialResolutions()
Returns the 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()
Returns the main theme(s) of the dataset. |
void |
setCharacterSets(Collection<? extends CharacterSet> newValues)
Sets the full name of the character coding standard used for the dataset. |
void |
setEnvironmentDescription(InternationalString newValue)
Sets the description of the dataset in the producers processing environment. |
void |
setExtents(Collection<? extends Extent> newValues)
Sets additional extent information. |
void |
setLanguages(Collection<? extends Locale> newValues)
Sets the language(s) used within the dataset. |
void |
setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues)
Sets the method used to spatially represent geographic information. |
void |
setSpatialResolutions(Collection<? extends Resolution> newValues)
Sets the factor which provides a general understanding of the density of spatial data in the dataset. |
void |
setSupplementalInformation(InternationalString newValue)
Sets any other descriptive information about the dataset. |
void |
setTopicCategories(Collection<? extends TopicCategory> newValues)
Sets the main theme(s) of the dataset. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, 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, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus |
| Constructor Detail |
|---|
public DefaultDataIdentification()
public DefaultDataIdentification(DataIdentification source)
source - The metadata to copy, or null if none.
public DefaultDataIdentification(Citation citation,
InternationalString abstracts,
Collection<? extends Locale> language,
Collection<? extends TopicCategory> topicCategories)
citation - The citation data for the resource(s).abstracts - A brief narrative summary of the content of the resource(s).language - The language(s) used within the dataset.topicCategories - The main theme(s) of the dataset.| Method Detail |
|---|
public static DefaultDataIdentification castOrCopy(DataIdentification object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Collection<SpatialRepresentationType> getSpatialRepresentationTypes()
getSpatialRepresentationTypes in interface DataIdentificationpublic void setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues)
newValues - The new spatial representation types.public Collection<Resolution> getSpatialResolutions()
getSpatialResolutions in interface DataIdentificationpublic void setSpatialResolutions(Collection<? extends Resolution> newValues)
newValues - The new spatial resolutions.public Collection<Locale> getLanguages()
getLanguages in interface DataIdentificationpublic void setLanguages(Collection<? extends Locale> newValues)
newValues - The new languages.public Collection<CharacterSet> getCharacterSets()
getCharacterSets in interface DataIdentificationpublic void setCharacterSets(Collection<? extends CharacterSet> newValues)
newValues - The new character sets.public Collection<TopicCategory> getTopicCategories()
getTopicCategories in interface DataIdentificationpublic void setTopicCategories(Collection<? extends TopicCategory> newValues)
newValues - The new topic categories.public InternationalString getEnvironmentDescription()
getEnvironmentDescription in interface DataIdentificationpublic void setEnvironmentDescription(InternationalString newValue)
newValue - The new environment description.public Collection<Extent> getExtents()
getExtents in interface DataIdentificationpublic void setExtents(Collection<? extends Extent> newValues)
newValues - The new extentspublic InternationalString getSupplementalInformation()
getSupplementalInformation in interface DataIdentificationpublic void setSupplementalInformation(InternationalString newValue)
newValue - The new supplemental information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||