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