|
|||||||||||
| 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.citation.ResponsiblePartyImpl
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
| Field Summary | |
static org.opengis.metadata.citation.ResponsibleParty |
EPSG
The European Petroleum Survey Group responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
ESRI
The ESRI responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
GEOTIFF
The GeoTIFF responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
GEOTOOLS
The Geotools project. |
static org.opengis.metadata.citation.ResponsibleParty |
OGC
The Open Geospatial consortium responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
OPEN_GIS
The OpenGIS consortium responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
ORACLE
The Oracle responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
SUN_MICROSYSTEMS
The Sun Microsystems party. |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
ResponsiblePartyImpl()
Constructs an initially empty responsible party. |
|
ResponsiblePartyImpl(org.opengis.metadata.citation.ResponsibleParty source)
Constructs a new responsible party initialized to the values specified by the given object. |
|
ResponsiblePartyImpl(org.opengis.metadata.citation.Role role)
Constructs a responsability party with the given role. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this responsible party with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.metadata.citation.Contact |
getContactInfo()
Returns the address of the responsible party. |
java.lang.String |
getIndividualName()
Returns the name of the responsible person- surname, given name, title separated by a delimiter. |
org.opengis.util.InternationalString |
getOrganisationName()
Returns the name of the responsible organization. |
org.opengis.util.InternationalString |
getPositionName()
Returns the role or position of the responsible person Only one of individualName,
organisationName and
should be provided. |
org.opengis.metadata.citation.Role |
getRole()
Returns the function performed by the responsible party. |
int |
hashCode()
Returns a hash code value for this responsible party. |
static org.opengis.metadata.citation.ResponsibleParty |
OGC(org.opengis.metadata.citation.Role role,
org.opengis.metadata.citation.OnLineFunction function,
java.net.URI onlineResource)
Creates a responsible party metadata entry for OGC involvement. |
static org.opengis.metadata.citation.ResponsibleParty |
OGC(org.opengis.metadata.citation.Role role,
org.opengis.metadata.citation.OnLineResource resource)
Creates a responsible party metadata entry for OGC involvement. |
void |
setContactInfo(org.opengis.metadata.citation.Contact newValue)
Set the address of the responsible party. |
void |
setIndividualName(java.lang.String newValue)
Set the name of the responsible person- surname, given name, title separated by a delimiter. |
void |
setOrganisationName(org.opengis.util.InternationalString newValue)
Set the name of the responsible organization. |
void |
setPositionName(org.opengis.util.InternationalString newValue)
set the role or position of the responsible person Only one of individualName,
organisationName and
should be provided. |
void |
setRole(org.opengis.metadata.citation.Role newValue)
Set the function performed by the responsible party. |
java.lang.String |
toString()
Returns a string representation of this responsible party. |
| 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 org.opengis.metadata.citation.ResponsibleParty OGC
ContactImpl.OGCpublic static org.opengis.metadata.citation.ResponsibleParty OPEN_GIS
ContactImpl.OPEN_GISpublic static org.opengis.metadata.citation.ResponsibleParty EPSG
ContactImpl.EPSGpublic static org.opengis.metadata.citation.ResponsibleParty GEOTIFF
ContactImpl.GEOTIFFpublic static org.opengis.metadata.citation.ResponsibleParty ESRI
ContactImpl.ESRIpublic static org.opengis.metadata.citation.ResponsibleParty ORACLE
ContactImpl.ORACLEpublic static org.opengis.metadata.citation.ResponsibleParty SUN_MICROSYSTEMS
ContactImpl.SUN_MICROSYSTEMSpublic static org.opengis.metadata.citation.ResponsibleParty GEOTOOLS
ContactImpl.GEOTOOLS| Constructor Detail |
public ResponsiblePartyImpl()
public ResponsiblePartyImpl(org.opengis.metadata.citation.ResponsibleParty source)
public ResponsiblePartyImpl(org.opengis.metadata.citation.Role role)
| Method Detail |
public static org.opengis.metadata.citation.ResponsibleParty OGC(org.opengis.metadata.citation.Role role,
org.opengis.metadata.citation.OnLineResource resource)
role - The OGC role (point of contact, owner, etc.) for a resource.resource - The URI to the resource.
public static org.opengis.metadata.citation.ResponsibleParty OGC(org.opengis.metadata.citation.Role role,
org.opengis.metadata.citation.OnLineFunction function,
java.net.URI onlineResource)
role - The OGC role (point of contact, owner, etc.) for a resource.function - The OGC function (information, download, etc.) for a resource.onlineResource - The URI to the resource.
public java.lang.String getIndividualName()
organisationName
and positionName should be provided.
getIndividualName in interface org.opengis.metadata.citation.ResponsiblePartypublic void setIndividualName(java.lang.String newValue)
organisationName
and positionName should be provided.
public org.opengis.util.InternationalString getOrganisationName()
individualName, organisationName
and positionName should be provided.
getOrganisationName in interface org.opengis.metadata.citation.ResponsiblePartypublic void setOrganisationName(org.opengis.util.InternationalString newValue)
individualName, organisationName
and positionName should be provided.
public org.opengis.util.InternationalString getPositionName()
individualName,
organisationName and
should be provided.
getPositionName in interface org.opengis.metadata.citation.ResponsiblePartypublic void setPositionName(org.opengis.util.InternationalString newValue)
individualName,
organisationName and
should be provided.
public org.opengis.metadata.citation.Contact getContactInfo()
getContactInfo in interface org.opengis.metadata.citation.ResponsiblePartypublic void setContactInfo(org.opengis.metadata.citation.Contact newValue)
public org.opengis.metadata.citation.Role getRole()
getRole in interface org.opengis.metadata.citation.ResponsiblePartypublic void setRole(org.opengis.metadata.citation.Role newValue)
protected void freeze()
freeze in class MetadataEntitypublic 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 | ||||||||||