public class DataIdentificationImpl extends IdentificationImpl implements DataIdentification
LOGGER
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
public DataIdentificationImpl()
public DataIdentificationImpl(DataIdentification source)
public DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection<? extends Locale> language, Collection<? extends TopicCategory> topicCategories)
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)
Copyright © 1996–2019 Geotools. All rights reserved.