Uses of Interface
org.geotools.api.metadata.citation.Contact
- 
Packages that use Contact Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of Contact in org.geotools.api.metadata.citationMethods in org.geotools.api.metadata.citation that return Contact Modifier and Type Method Description ContactCitationFactory. createContact(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions)Information required to enable contact with the responsible person and/or organization.ContactResponsibleParty. getContactInfo()Address of the responsible party.Methods in org.geotools.api.metadata.citation with parameters of type Contact Modifier and Type Method Description ResponsiblePartyCitationFactory. 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.
- 
Uses of Contact in org.geotools.metadata.iso.citationClasses in org.geotools.metadata.iso.citation that implement Contact Modifier and Type Class Description classContactImplInformation required to enable contact with the responsible person and/or organization.Fields in org.geotools.metadata.iso.citation declared as Contact Modifier and Type Field Description static ContactContactImpl. EPSGContact informations for the European Petroleum Survey Group.static ContactContactImpl. ESRIContact informations for ESRI.static ContactContactImpl. GEOTIFFContact informations for the GeoTIFF group.static ContactContactImpl. GEOTOOLSContact informations for the Geotools project.static ContactContactImpl. IAUContact informations for IAU.static ContactContactImpl. OGCContact informations for the Open Geospatial consortium.static ContactContactImpl. OPEN_GISContact informations for the OpenGIS consortium.static ContactContactImpl. ORACLEContact informations for Oracle.static ContactContactImpl. POSTGISContact informations for PostGIS.static ContactContactImpl. PROJContact information for PROJ.static ContactContactImpl. SUN_MICROSYSTEMSContact informations for Sun Microsystems.Methods in org.geotools.metadata.iso.citation that return Contact Modifier and Type Method Description ContactResponsiblePartyImpl. getContactInfo()Returns the address of the responsible party.Methods in org.geotools.metadata.iso.citation with parameters of type Contact Modifier and Type Method Description voidResponsiblePartyImpl. setContactInfo(Contact newValue)Set the address of the responsible party.Constructors in org.geotools.metadata.iso.citation with parameters of type Contact Constructor Description ContactImpl(Contact source)Constructs a metadata entity initialized with the values from the specified metadata.
 
-