Package | Description |
---|---|
org.geotools.metadata.iso.citation |
Citation implementation.
|
org.opengis.metadata.citation |
Citation and responsible party information.
|
Modifier and Type | Class and Description |
---|---|
class |
ContactImpl
Information required to enable contact with the responsible person and/or organization.
|
Modifier and Type | Field and Description |
---|---|
static Contact |
ContactImpl.EPSG
Contact informations for the European Petroleum Survey
Group.
|
static Contact |
ContactImpl.ESRI
Contact informations for ESRI.
|
static Contact |
ContactImpl.GEOTIFF
Contact informations for the GeoTIFF group.
|
static Contact |
ContactImpl.GEOTOOLS
Contact informations for the Geotools project.
|
static Contact |
ContactImpl.OGC
Contact informations for the Open Geospatial
consortium.
|
static Contact |
ContactImpl.OPEN_GIS
Contact informations for the OpenGIS consortium.
|
static Contact |
ContactImpl.ORACLE
Contact informations for Oracle.
|
static Contact |
ContactImpl.POSTGIS
Contact informations for PostGIS.
|
static Contact |
ContactImpl.SUN_MICROSYSTEMS
Contact informations for Sun Microsystems.
|
Modifier and Type | Method and Description |
---|---|
Contact |
ResponsiblePartyImpl.getContactInfo()
Returns the address of the responsible party.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponsiblePartyImpl.setContactInfo(Contact newValue)
Set the address of the responsible party.
|
Constructor and Description |
---|
ContactImpl(Contact source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Contact |
CitationFactory.createContact(Telephone phone,
Address address,
OnLineResource onLineResource,
InternationalString hoursOfService,
InternationalString contactInstructions)
Information required to enable contact with the responsible person and/or organization.
|
Contact |
ResponsibleParty.getContactInfo()
Address of the responsible party.
|
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
CitationFactory.createResponsibleParty(String individualName,
InternationalString organisationName,
InternationalString positionName,
Contact contactInfo,
Role role)
Identification of, and means of communication with, person(s) and organizations associated
with the dataset.
|
Copyright © 1996–2019 Geotools. All rights reserved.