|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.citation.CitationImpl
Standardized resource reference.
Field Summary | |
static org.opengis.metadata.citation.Citation |
AUTO
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
AUTO2
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
EPSG
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
ESRI
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
GEOTIFF
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
GEOTOOLS
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
JAI
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
OGC
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
OPEN_GIS
Deprecated. Moved into the Citations class. |
static org.opengis.metadata.citation.Citation |
ORACLE
Deprecated. Moved into the Citations class. |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
CitationImpl()
Constructs an initially empty citation. |
|
CitationImpl(java.lang.CharSequence title)
Constructs a citation with the specified title. |
|
CitationImpl(org.opengis.metadata.citation.Citation source)
Constructs a new citation initialized to the values specified by the given object. |
|
CitationImpl(org.opengis.metadata.citation.ResponsibleParty party)
Constructs a citation with the specified responsible party. |
Method Summary | |
static org.opengis.metadata.citation.Citation |
createCitation(java.lang.String name)
Deprecated. Moved as Citations.fromName(java.lang.String) . |
boolean |
equals(java.lang.Object object)
Compare this citation with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getAlternateTitles()
Returns the short name or other language name by which the cited information is known. |
java.util.Collection |
getCitedResponsibleParties()
Returns the name and position information for an individual or organization that is responsible for the resource. |
org.opengis.util.InternationalString |
getCollectiveTitle()
Returns the common title with holdings note. |
java.util.Collection |
getDates()
Returns the reference date for the cited resource. |
org.opengis.util.InternationalString |
getEdition()
Returns the version of the cited resource. |
java.util.Date |
getEditionDate()
Returns the date of the edition, or if none. |
java.util.Collection |
getIdentifiers()
Returns the unique identifier for the resource. |
java.util.Collection |
getIdentifierTypes()
Returns the reference form of the unique identifier (ID). |
java.lang.String |
getISBN()
Returns the International Standard Book Number, or if none. |
java.lang.String |
getISSN()
Returns the International Standard Serial Number, or if none. |
org.opengis.util.InternationalString |
getOtherCitationDetails()
Returns other information required to complete the citation that is not recorded elsewhere. |
java.util.Collection |
getPresentationForm()
Returns the mode in which the resource is represented, or an empty string if none. |
org.opengis.metadata.citation.Series |
getSeries()
Returns the information about the series, or aggregate dataset, of which the dataset is a part. |
org.opengis.util.InternationalString |
getTitle()
Returns the name by which the cited resource is known. |
int |
hashCode()
Returns a hash code value for this citation. |
void |
setAlternateTitles(java.util.Collection newValues)
Set the short name or other language name by which the cited information is known. |
void |
setCitedResponsibleParties(java.util.Collection newValues)
Set the name and position information for an individual or organization that is responsible for the resource. |
void |
setCollectiveTitle(org.opengis.util.InternationalString newValue)
Set the common title with holdings note. |
void |
setDates(java.util.Collection newValues)
Set the reference date for the cited resource. |
void |
setEdition(org.opengis.util.InternationalString newValue)
Set the version of the cited resource. |
void |
setEditionDate(java.util.Date newValue)
Set the date of the edition, or if none. |
void |
setIdentifiers(java.util.Collection newValues)
Set the unique identifier for the resource. |
void |
setIdentifierTypes(java.util.Collection newValues)
Set the reference form of the unique identifier (ID). |
void |
setISBN(java.lang.String newValue)
Set the International Standard Book Number, or if none. |
void |
setISSN(java.lang.String newValue)
Set the International Standard Serial Number, or if none. |
void |
setOtherCitationDetails(org.opengis.util.InternationalString newValue)
Set other information required to complete the citation that is not recorded elsewhere. |
void |
setPresentationForm(java.util.Collection newValues)
Set the mode in which the resource is represented, or an empty string if none. |
void |
setSeries(org.opengis.metadata.citation.Series newValue)
Set the information about the series, or aggregate dataset, of which the dataset is a part. |
void |
setTitle(org.opengis.util.InternationalString newValue)
Set the name by which the cited resource is known. |
static boolean |
titleMatches(org.opengis.metadata.citation.Citation c1,
org.opengis.metadata.citation.Citation c2)
Deprecated. Moved into the Citations class. |
static boolean |
titleMatches(org.opengis.metadata.citation.Citation citation,
java.lang.String title)
Deprecated. Moved into the Citations class. |
java.lang.String |
toString()
Returns a string representation of this citation. |
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 |
Field Detail |
public static final org.opengis.metadata.citation.Citation OGC
Citations
class.
public static final org.opengis.metadata.citation.Citation OPEN_GIS
Citations
class.
public static final org.opengis.metadata.citation.Citation ESRI
Citations
class.
public static final org.opengis.metadata.citation.Citation ORACLE
Citations
class.
public static final org.opengis.metadata.citation.Citation GEOTOOLS
Citations
class.
public static final org.opengis.metadata.citation.Citation GEOTIFF
Citations
class.
public static final org.opengis.metadata.citation.Citation JAI
Citations
class.
public static final org.opengis.metadata.citation.Citation EPSG
Citations
class.
public static final org.opengis.metadata.citation.Citation AUTO
Citations
class.
public static final org.opengis.metadata.citation.Citation AUTO2
Citations
class.
Constructor Detail |
public CitationImpl()
public CitationImpl(org.opengis.metadata.citation.Citation source)
public CitationImpl(java.lang.CharSequence title)
title
- The title, as a String
or an InternationalString
object.public CitationImpl(org.opengis.metadata.citation.ResponsibleParty party)
Method Detail |
public static org.opengis.metadata.citation.Citation createCitation(java.lang.String name)
Citations.fromName(java.lang.String)
.
public static boolean titleMatches(org.opengis.metadata.citation.Citation c1, org.opengis.metadata.citation.Citation c2)
Citations
class.
c1
- The first citation to compare.c2
- the second citation to compare.
public static boolean titleMatches(org.opengis.metadata.citation.Citation citation, java.lang.String title)
Citations
class.
citation
- The citation to check for.title
- The title or alternate title to compare.
public org.opengis.util.InternationalString getTitle()
getTitle
in interface org.opengis.metadata.citation.Citation
public void setTitle(org.opengis.util.InternationalString newValue)
public java.util.Collection getAlternateTitles()
getAlternateTitles
in interface org.opengis.metadata.citation.Citation
public void setAlternateTitles(java.util.Collection newValues)
public java.util.Collection getDates()
getDates
in interface org.opengis.metadata.citation.Citation
public void setDates(java.util.Collection newValues)
public org.opengis.util.InternationalString getEdition()
getEdition
in interface org.opengis.metadata.citation.Citation
public void setEdition(org.opengis.util.InternationalString newValue)
public java.util.Date getEditionDate()
getEditionDate
in interface org.opengis.metadata.citation.Citation
public void setEditionDate(java.util.Date newValue)
Date
here.public java.util.Collection getIdentifiers()
getIdentifiers
in interface org.opengis.metadata.citation.Citation
public void setIdentifiers(java.util.Collection newValues)
public java.util.Collection getIdentifierTypes()
getIdentifierTypes
in interface org.opengis.metadata.citation.Citation
public void setIdentifierTypes(java.util.Collection newValues)
public java.util.Collection getCitedResponsibleParties()
getCitedResponsibleParties
in interface org.opengis.metadata.citation.Citation
public void setCitedResponsibleParties(java.util.Collection newValues)
public java.util.Collection getPresentationForm()
getPresentationForm
in interface org.opengis.metadata.citation.Citation
public void setPresentationForm(java.util.Collection newValues)
public org.opengis.metadata.citation.Series getSeries()
getSeries
in interface org.opengis.metadata.citation.Citation
public void setSeries(org.opengis.metadata.citation.Series newValue)
public org.opengis.util.InternationalString getOtherCitationDetails()
getOtherCitationDetails
in interface org.opengis.metadata.citation.Citation
public void setOtherCitationDetails(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getCollectiveTitle()
getCollectiveTitle
in interface org.opengis.metadata.citation.Citation
public void setCollectiveTitle(org.opengis.util.InternationalString newValue)
public java.lang.String getISBN()
getISBN
in interface org.opengis.metadata.citation.Citation
public void setISBN(java.lang.String newValue)
public java.lang.String getISSN()
getISSN
in interface org.opengis.metadata.citation.Citation
public void setISSN(java.lang.String newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |