|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.identification.IdentificationImpl
org.geotools.metadata.iso.identification.DataIdentificationImpl
Information required to identify a dataset.
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
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 language,
java.util.Collection topicCategories)
Creates a data identification initialized to the specified values. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this data identification with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.nio.charset.Charset |
getCharacterSet()
Full name of the character coding standard used for the dataset. |
org.opengis.util.InternationalString |
getEnvironmentDescription()
Description of the dataset in the producer?s processing environment, including items such as the software, the computer operating system, file name, and the dataset size. |
java.util.Collection |
getExtent()
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset. |
java.util.Collection |
getGeographicBox()
Minimum bounding rectangle within which data is available. |
java.util.Collection |
getGeographicDescription()
Description of the geographic area within which data is available. |
java.util.Collection |
getLanguage()
Language(s) used within the dataset. |
java.util.Collection |
getSpatialRepresentationTypes()
Method used to spatially represent geographic information. |
java.util.Collection |
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 |
getTopicCategories()
Main theme(s) of the datset. |
int |
hashCode()
Returns a hash code value for this identification. |
void |
setCharacterSet(java.nio.charset.Charset newValue)
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 producer?s processing environment. |
void |
setExtent(java.util.Collection newValues)
Set additional extent information. |
void |
setGeographicBox(java.util.Collection newValues)
Set the minimum bounding rectangle within which data is available. |
void |
setGeographicDescription(java.util.Collection newValues)
Set the description of the geographic area within which data is available. |
void |
setLanguage(java.util.Collection newValues)
Set the language(s) used within the dataset. |
void |
setSpatialRepresentationTypes(java.util.Collection newValues)
Set the method used to spatially represent geographic information. |
void |
setSpatialResolutions(java.util.Collection 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 newValues)
Set the main theme(s) of the datset. |
java.lang.String |
toString()
Returns a string representation of this identification. |
| Methods inherited from class org.geotools.metadata.iso.identification.IdentificationImpl |
getAbstract, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, setAbstract, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus |
| Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opengis.metadata.identification.Identification |
getAbstract, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus |
| Constructor Detail |
public DataIdentificationImpl()
public DataIdentificationImpl(org.opengis.metadata.citation.Citation citation,
org.opengis.util.InternationalString abstracts,
java.util.Collection language,
java.util.Collection topicCategories)
| Method Detail |
public java.util.Collection getSpatialRepresentationTypes()
getSpatialRepresentationTypes in interface org.opengis.metadata.identification.DataIdentificationpublic void setSpatialRepresentationTypes(java.util.Collection newValues)
public java.util.Collection getSpatialResolutions()
getSpatialResolutions in interface org.opengis.metadata.identification.DataIdentificationpublic void setSpatialResolutions(java.util.Collection newValues)
public java.util.Collection getLanguage()
getLanguage in interface org.opengis.metadata.identification.DataIdentificationpublic void setLanguage(java.util.Collection newValues)
public java.nio.charset.Charset getCharacterSet()
getCharacterSet in interface org.opengis.metadata.identification.DataIdentificationpublic void setCharacterSet(java.nio.charset.Charset newValue)
public java.util.Collection getTopicCategories()
getTopicCategories in interface org.opengis.metadata.identification.DataIdentificationpublic void setTopicCategories(java.util.Collection newValues)
public java.util.Collection getGeographicBox()
getGeographicDescription()
should be provided.
getGeographicBox in interface org.opengis.metadata.identification.DataIdentificationpublic void setGeographicBox(java.util.Collection newValues)
public java.util.Collection getGeographicDescription()
getGeographicBox() and
should be provided.
getGeographicDescription in interface org.opengis.metadata.identification.DataIdentificationpublic void setGeographicDescription(java.util.Collection newValues)
public org.opengis.util.InternationalString getEnvironmentDescription()
getEnvironmentDescription in interface org.opengis.metadata.identification.DataIdentificationpublic void setEnvironmentDescription(org.opengis.util.InternationalString newValue)
public java.util.Collection getExtent()
getExtent in interface org.opengis.metadata.identification.DataIdentificationpublic void setExtent(java.util.Collection newValues)
public org.opengis.util.InternationalString getSupplementalInformation()
getSupplementalInformation in interface org.opengis.metadata.identification.DataIdentificationpublic void setSupplementalInformation(org.opengis.util.InternationalString newValue)
protected void freeze()
freeze in class IdentificationImplpublic boolean equals(java.lang.Object object)
equals in class IdentificationImplpublic int hashCode()
hashCode in class IdentificationImplpublic java.lang.String toString()
toString in class IdentificationImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||