|
|||||||||||
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.ContactImpl
Information required to enable contact with the responsible person and/or organization.
Field Summary | |
static org.opengis.metadata.citation.Contact |
EPSG
Contact informations for the European Petroleum Survey Group. |
static org.opengis.metadata.citation.Contact |
ESRI
Contact informations for ESRI. |
static org.opengis.metadata.citation.Contact |
GEOTIFF
Contact informations for the GeoTIFF group. |
static org.opengis.metadata.citation.Contact |
GEOTOOLS
Contact informations for the Geotools project. |
static org.opengis.metadata.citation.Contact |
OGC
Contact informations for the Open Geospatial consortium. |
static org.opengis.metadata.citation.Contact |
OPEN_GIS
Contact informations for the OpenGIS consortium. |
static org.opengis.metadata.citation.Contact |
ORACLE
Contact informations for Oracle. |
static org.opengis.metadata.citation.Contact |
SUN_MICROSYSTEMS
Contact informations for Sun Microsystems. |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ContactImpl()
Constructs an initially empty contact. |
|
ContactImpl(org.opengis.metadata.citation.OnLineResource resource)
Constructs a contact initialized to the specified online resource. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this contact with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.metadata.citation.Address |
getAddress()
Returns the physical and email address at which the organization or individual may be contacted. |
org.opengis.util.InternationalString |
getContactInstructions()
Returns supplemental instructions on how or when to contact the individual or organization. |
org.opengis.util.InternationalString |
getHoursOfService()
Returns time period (including time zone) when individuals can contact the organization or individual. |
org.opengis.metadata.citation.OnLineResource |
getOnLineResource()
Return on-line information that can be used to contact the individual or organization. |
org.opengis.metadata.citation.Telephone |
getPhone()
Returns telephone numbers at which the organization or individual may be contacted. |
int |
hashCode()
Returns a hash code value for this contact. |
void |
setAddress(org.opengis.metadata.citation.Address newValue)
Set the physical and email address at which the organization or individual may be contacted. |
void |
setContactInstructions(org.opengis.util.InternationalString newValue)
Set supplemental instructions on how or when to contact the individual or organization. |
void |
setHoursOfService(org.opengis.util.InternationalString newValue)
Set time period (including time zone) when individuals can contact the organization or individual. |
void |
setOnLineResource(org.opengis.metadata.citation.OnLineResource newValue)
Set on-line information that can be used to contact the individual or organization. |
void |
setPhone(org.opengis.metadata.citation.Telephone newValue)
Set telephone numbers at which the organization or individual may be contacted. |
java.lang.String |
toString()
Returns a string representation of this contact. |
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.Contact OGC
OnLineResourceImpl.OGC
public static final org.opengis.metadata.citation.Contact OPEN_GIS
OnLineResourceImpl.OPEN_GIS
public static final org.opengis.metadata.citation.Contact EPSG
OnLineResourceImpl.EPSG
public static final org.opengis.metadata.citation.Contact GEOTIFF
OnLineResourceImpl.GEOTIFF
public static final org.opengis.metadata.citation.Contact ESRI
OnLineResourceImpl.ESRI
public static final org.opengis.metadata.citation.Contact ORACLE
OnLineResourceImpl.ORACLE
public static final org.opengis.metadata.citation.Contact SUN_MICROSYSTEMS
OnLineResourceImpl.SUN_MICROSYSTEMS
public static final org.opengis.metadata.citation.Contact GEOTOOLS
OnLineResourceImpl.GEOTOOLS
Constructor Detail |
public ContactImpl()
public ContactImpl(org.opengis.metadata.citation.OnLineResource resource)
Method Detail |
public org.opengis.metadata.citation.Address getAddress()
getAddress
in interface org.opengis.metadata.citation.Contact
public void setAddress(org.opengis.metadata.citation.Address newValue)
public org.opengis.util.InternationalString getContactInstructions()
getContactInstructions
in interface org.opengis.metadata.citation.Contact
public void setContactInstructions(org.opengis.util.InternationalString newValue)
public org.opengis.metadata.citation.OnLineResource getOnLineResource()
getOnLineResource
in interface org.opengis.metadata.citation.Contact
public void setOnLineResource(org.opengis.metadata.citation.OnLineResource newValue)
public org.opengis.metadata.citation.Telephone getPhone()
getPhone
in interface org.opengis.metadata.citation.Contact
public void setPhone(org.opengis.metadata.citation.Telephone newValue)
public org.opengis.util.InternationalString getHoursOfService()
getHoursOfService
in interface org.opengis.metadata.citation.Contact
public void setHoursOfService(org.opengis.util.InternationalString 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 |