public class ContactImpl extends MetadataEntity implements Contact
| Modifier and Type | Field and Description |
|---|---|
static Contact |
EPSG
Contact informations for the European Petroleum Survey
Group.
|
static Contact |
ESRI
Contact informations for ESRI.
|
static Contact |
GEOTIFF
Contact informations for the GeoTIFF group.
|
static Contact |
GEOTOOLS
Contact informations for the Geotools project.
|
static Contact |
OGC
Contact informations for the Open Geospatial
consortium.
|
static Contact |
OPEN_GIS
Contact informations for the OpenGIS consortium.
|
static Contact |
ORACLE
Contact informations for Oracle.
|
static Contact |
POSTGIS
Contact informations for PostGIS.
|
static Contact |
SUN_MICROSYSTEMS
Contact informations for Sun Microsystems.
|
LOGGER| Constructor and Description |
|---|
ContactImpl()
Constructs an initially empty contact.
|
ContactImpl(Contact source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
ContactImpl(OnLineResource resource)
Constructs a contact initialized to the specified online resource.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Returns the physical and email address at which the organization or individual may be
contacted.
|
InternationalString |
getContactInstructions()
Returns supplemental instructions on how or when to contact the individual or organization.
|
InternationalString |
getHoursOfService()
Returns time period (including time zone) when individuals can contact the organization or
individual.
|
OnLineResource |
getOnLineResource()
Return on-line information that can be used to contact the individual or organization.
|
Telephone |
getPhone()
Returns telephone numbers at which the organization or individual may be contacted.
|
void |
setAddress(Address newValue)
Set the physical and email address at which the organization or individual may be contacted.
|
void |
setContactInstructions(InternationalString newValue)
Set supplemental instructions on how or when to contact the individual or organization.
|
void |
setHoursOfService(InternationalString newValue)
Set time period (including time zone) when individuals can contact the organization or
individual.
|
void |
setOnLineResource(OnLineResource newValue)
Set on-line information that can be used to contact the individual or organization.
|
void |
setPhone(Telephone newValue)
Set telephone numbers at which the organization or individual may be contacted.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic static final Contact OGC
OnLineResourceImpl.OGCpublic static final Contact OPEN_GIS
OnLineResourceImpl.OPEN_GISpublic static final Contact EPSG
OnLineResourceImpl.EPSGpublic static final Contact GEOTIFF
OnLineResourceImpl.GEOTIFFpublic static final Contact ESRI
OnLineResourceImpl.ESRIpublic static final Contact ORACLE
OnLineResourceImpl.ORACLEpublic static final Contact POSTGIS
OnLineResourceImpl.POSTGISpublic static final Contact SUN_MICROSYSTEMS
OnLineResourceImpl.SUN_MICROSYSTEMSpublic static final Contact GEOTOOLS
OnLineResourceImpl.GEOTOOLSpublic ContactImpl()
public ContactImpl(Contact source)
public ContactImpl(OnLineResource resource)
public Address getAddress()
null if none.getAddress in interface Contactnull.public void setAddress(Address newValue)
public InternationalString getContactInstructions()
null if none.getContactInstructions in interface Contactnull.public void setContactInstructions(InternationalString newValue)
public OnLineResource getOnLineResource()
null if none.getOnLineResource in interface Contactnull.public void setOnLineResource(OnLineResource newValue)
public Telephone getPhone()
null if none.public void setPhone(Telephone newValue)
public InternationalString getHoursOfService()
null if none.getHoursOfService in interface Contactnull.public void setHoursOfService(InternationalString newValue)
Copyright © 1996–2019 Geotools. All rights reserved.