|
||||||||||
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.citation.ContactImpl
public class 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 |
POSTGIS
Contact informations for PostGIS. |
static org.opengis.metadata.citation.Contact |
SUN_MICROSYSTEMS
Contact informations for Sun Microsystems. |
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ContactImpl()
Constructs an initially empty contact. |
|
ContactImpl(org.opengis.metadata.citation.Contact source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ContactImpl(org.opengis.metadata.citation.OnLineResource resource)
Constructs a contact initialized to the specified online resource. |
Method Summary | |
---|---|
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. |
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. |
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 |
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 POSTGIS
OnLineResourceImpl.POSTGIS
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.Contact source)
public ContactImpl(org.opengis.metadata.citation.OnLineResource resource)
Method Detail |
---|
public org.opengis.metadata.citation.Address getAddress()
null
if none.
getAddress
in interface org.opengis.metadata.citation.Contact
public void setAddress(org.opengis.metadata.citation.Address newValue)
public org.opengis.util.InternationalString getContactInstructions()
null
if none.
getContactInstructions
in interface org.opengis.metadata.citation.Contact
public void setContactInstructions(org.opengis.util.InternationalString newValue)
public org.opengis.metadata.citation.OnLineResource getOnLineResource()
null
if none.
getOnLineResource
in interface org.opengis.metadata.citation.Contact
public void setOnLineResource(org.opengis.metadata.citation.OnLineResource newValue)
public org.opengis.metadata.citation.Telephone getPhone()
null
if none.
getPhone
in interface org.opengis.metadata.citation.Contact
public void setPhone(org.opengis.metadata.citation.Telephone newValue)
public org.opengis.util.InternationalString getHoursOfService()
null
if none.
getHoursOfService
in interface org.opengis.metadata.citation.Contact
public void setHoursOfService(org.opengis.util.InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |