Uses of Interface
org.geotools.api.metadata.citation.Contact
Packages that use Contact
-
Uses of Contact in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return ContactModifier and TypeMethodDescriptionCitationFactory.createContact(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions) Information required to enable contact with the responsible person and/or organization.ResponsibleParty.getContactInfo()Address of the responsible party.Methods in org.geotools.api.metadata.citation with parameters of type ContactModifier and TypeMethodDescriptionCitationFactory.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.citation
Classes in org.geotools.metadata.iso.citation that implement ContactModifier and TypeClassDescriptionclassInformation required to enable contact with the responsible person and/or organization.Fields in org.geotools.metadata.iso.citation declared as ContactModifier and TypeFieldDescriptionstatic final ContactContactImpl.ECLIPSEContact informations for Eclipse.static final ContactContactImpl.EPSGContact informations for the European Petroleum Survey Group.static final ContactContactImpl.ESRIContact informations for ESRI.static final ContactContactImpl.GEOTIFFContact informations for the GeoTIFF group.static final ContactContactImpl.GEOTOOLSContact informations for the Geotools project.static final ContactContactImpl.IAUContact informations for IAU.static final ContactContactImpl.OGCContact informations for the Open Geospatial consortium.static final ContactContactImpl.OPEN_GISContact informations for the OpenGIS consortium.static final ContactContactImpl.ORACLEContact informations for Oracle.static final ContactContactImpl.POSTGISContact informations for PostGIS.static final ContactContactImpl.PROJContact information for PROJ.Methods in org.geotools.metadata.iso.citation that return ContactModifier and TypeMethodDescriptionResponsiblePartyImpl.getContactInfo()Returns the address of the responsible party.Methods in org.geotools.metadata.iso.citation with parameters of type ContactModifier and TypeMethodDescriptionvoidResponsiblePartyImpl.setContactInfo(Contact newValue) Set the address of the responsible party.Constructors in org.geotools.metadata.iso.citation with parameters of type ContactModifierConstructorDescriptionContactImpl(Contact source) Constructs a metadata entity initialized with the values from the specified metadata.