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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public static final Contact OGC
OnLineResourceImpl.OGC
public static final Contact OPEN_GIS
OnLineResourceImpl.OPEN_GIS
public static final Contact EPSG
OnLineResourceImpl.EPSG
public static final Contact GEOTIFF
OnLineResourceImpl.GEOTIFF
public static final Contact ESRI
OnLineResourceImpl.ESRI
public static final Contact ORACLE
OnLineResourceImpl.ORACLE
public static final Contact POSTGIS
OnLineResourceImpl.POSTGIS
public static final Contact SUN_MICROSYSTEMS
OnLineResourceImpl.SUN_MICROSYSTEMS
public static final Contact GEOTOOLS
OnLineResourceImpl.GEOTOOLS
public ContactImpl()
public ContactImpl(Contact source)
public ContactImpl(OnLineResource resource)
public Address getAddress()
null
if none.getAddress
in interface Contact
null
.public void setAddress(Address newValue)
public InternationalString getContactInstructions()
null
if none.getContactInstructions
in interface Contact
null
.public void setContactInstructions(InternationalString newValue)
public OnLineResource getOnLineResource()
null
if none.getOnLineResource
in interface Contact
null
.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 Contact
null
.public void setHoursOfService(InternationalString newValue)
Copyright © 1996–2019 Geotools. All rights reserved.