Uses of Interface
org.opengis.metadata.citation.ResponsibleParty

Packages that use ResponsibleParty
org.geotools.data.ows   
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.citation Citation implementation. 
org.geotools.metadata.iso.distribution Distribution implementation. 
org.geotools.metadata.iso.identification Identification implementation. 
org.geotools.metadata.iso.lineage Lineage implementation. 
org.geotools.metadata.iso.maintenance Maintenance information implementation. 
org.opengis.metadata Root package for metadata
org.opengis.metadata.citation Citation and responsible party information. 
org.opengis.metadata.distribution Distribution information. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
org.opengis.metadata.lineage Lineage information. 
org.opengis.metadata.maintenance Maintenance information
 

Uses of ResponsibleParty in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return ResponsibleParty
 ResponsibleParty Service.getContactInformation()
          Information about a contact person for the service.
 

Methods in org.geotools.data.ows with parameters of type ResponsibleParty
 void Service.setContactInformation(ResponsibleParty contactInformation)
           
 

Uses of ResponsibleParty in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return types with arguments of type ResponsibleParty
 Collection<ResponsibleParty> MetaDataImpl.getContacts()
          Returns the parties responsible for the metadata information.
 Collection<ResponsibleParty> ExtendedElementInformationImpl.getSources()
          Name of the person or organization creating the extended element.
 

Method parameters in org.geotools.metadata.iso with type arguments of type ResponsibleParty
 void MetaDataImpl.setContacts(Collection<? extends ResponsibleParty> newValues)
          Set the parties responsible for the metadata information.
 void ExtendedElementInformationImpl.setSources(Collection<? extends ResponsibleParty> newValues)
          Set the name of the person or organization creating the extended element.
 

Constructors in org.geotools.metadata.iso with parameters of type ResponsibleParty
MetaDataImpl(ResponsibleParty contact, Date dateStamp, Identification identificationInfo)
          Creates a meta data initialised to the specified values.
 

Constructor parameters in org.geotools.metadata.iso with type arguments of type ResponsibleParty
ExtendedElementInformationImpl(String name, InternationalString definition, InternationalString condition, Datatype dataType, Collection<String> parentEntity, InternationalString rule, Collection<? extends ResponsibleParty> sources)
          Create an extended element information initialized to the given values.
 

Uses of ResponsibleParty in org.geotools.metadata.iso.citation
 

Classes in org.geotools.metadata.iso.citation that implement ResponsibleParty
 class ResponsiblePartyImpl
          Identification of, and means of communication with, person(s) and organizations associated with the dataset.
 

Fields in org.geotools.metadata.iso.citation declared as ResponsibleParty
static ResponsibleParty ResponsiblePartyImpl.EPSG
          The European Petroleum Survey Group responsible party.
static ResponsibleParty ResponsiblePartyImpl.ESRI
          The ESRI responsible party.
static ResponsibleParty ResponsiblePartyImpl.GEOTIFF
          The GeoTIFF responsible party.
static ResponsibleParty ResponsiblePartyImpl.GEOTOOLS
          The Geotools project.
static ResponsibleParty ResponsiblePartyImpl.OGC
          The Open Geospatial consortium responsible party.
static ResponsibleParty ResponsiblePartyImpl.OPEN_GIS
          The OpenGIS consortium responsible party.
static ResponsibleParty ResponsiblePartyImpl.ORACLE
          The Oracle responsible party.
static ResponsibleParty ResponsiblePartyImpl.POSTGIS
          The PostGIS responsible party.
static ResponsibleParty ResponsiblePartyImpl.SUN_MICROSYSTEMS
          The Sun Microsystems party.
 

Methods in org.geotools.metadata.iso.citation that return ResponsibleParty
static ResponsibleParty ResponsiblePartyImpl.OGC(Role role, OnLineFunction function, URI onlineResource)
          Creates a responsible party metadata entry for OGC involvement.
static ResponsibleParty ResponsiblePartyImpl.OGC(Role role, OnLineResource resource)
          Creates a responsible party metadata entry for OGC involvement.
 

Methods in org.geotools.metadata.iso.citation that return types with arguments of type ResponsibleParty
 Collection<ResponsibleParty> CitationImpl.getCitedResponsibleParties()
          Returns the name and position information for an individual or organization that is responsible for the resource.
 

Method parameters in org.geotools.metadata.iso.citation with type arguments of type ResponsibleParty
 void CitationImpl.setCitedResponsibleParties(Collection<? extends ResponsibleParty> newValues)
          Set the name and position information for an individual or organization that is responsible for the resource.
 

Constructors in org.geotools.metadata.iso.citation with parameters of type ResponsibleParty
CitationImpl(ResponsibleParty party)
          Constructs a citation with the specified responsible party.
ResponsiblePartyImpl(ResponsibleParty source)
          Constructs a new responsible party initialized to the values specified by the given object.
 

Uses of ResponsibleParty in org.geotools.metadata.iso.distribution
 

Methods in org.geotools.metadata.iso.distribution that return ResponsibleParty
 ResponsibleParty DistributorImpl.getDistributorContact()
          Party from whom the resource may be obtained.
 

Methods in org.geotools.metadata.iso.distribution with parameters of type ResponsibleParty
 void DistributorImpl.setDistributorContact(ResponsibleParty newValue)
          Set the party from whom the resource may be obtained.
 

Constructors in org.geotools.metadata.iso.distribution with parameters of type ResponsibleParty
DistributorImpl(ResponsibleParty distributorContact)
          Creates a distributor with the specified contact.
 

Uses of ResponsibleParty in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type ResponsibleParty
 Collection<ResponsibleParty> IdentificationImpl.getPointOfContacts()
          Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
 Collection<ResponsibleParty> UsageImpl.getUserContactInfo()
          Identification of and means of communicating with person(s) and organization(s) using the resource(s).
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type ResponsibleParty
 void IdentificationImpl.setPointOfContacts(Collection<? extends ResponsibleParty> newValues)
          Set the point of contacts.
 void UsageImpl.setUserContactInfo(Collection<? extends ResponsibleParty> newValues)
          Set identification of and means of communicating with person(s) and organization(s) using the resource(s).
 

Constructor parameters in org.geotools.metadata.iso.identification with type arguments of type ResponsibleParty
UsageImpl(InternationalString specificUsage, Collection<ResponsibleParty> userContactInfo)
          Creates an usage initialized to the specified values.
 

Uses of ResponsibleParty in org.geotools.metadata.iso.lineage
 

Methods in org.geotools.metadata.iso.lineage that return types with arguments of type ResponsibleParty
 Collection<ResponsibleParty> ProcessStepImpl.getProcessors()
          Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step.
 

Method parameters in org.geotools.metadata.iso.lineage with type arguments of type ResponsibleParty
 void ProcessStepImpl.setProcessors(Collection<? extends ResponsibleParty> newValues)
          Identification of, and means of communication with, person(s) and organization(s) associated with the process step.
 

Uses of ResponsibleParty in org.geotools.metadata.iso.maintenance
 

Methods in org.geotools.metadata.iso.maintenance that return types with arguments of type ResponsibleParty
 Collection<ResponsibleParty> MaintenanceInformationImpl.getContacts()
          Returns identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata.
 

Method parameters in org.geotools.metadata.iso.maintenance with type arguments of type ResponsibleParty
 void MaintenanceInformationImpl.setContacts(Collection<? extends ResponsibleParty> newValues)
          Set identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata.
 

Uses of ResponsibleParty in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type ResponsibleParty
 Collection<? extends ResponsibleParty> MetaData.getContacts()
          Parties responsible for the metadata information.
 Collection<? extends ResponsibleParty> ExtendedElementInformation.getSources()
          Name of the person or organization creating the extended element.
 

Uses of ResponsibleParty in org.opengis.metadata.citation
 

Methods in org.opengis.metadata.citation that return ResponsibleParty
 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.
 

Methods in org.opengis.metadata.citation that return types with arguments of type ResponsibleParty
 Collection<? extends ResponsibleParty> Citation.getCitedResponsibleParties()
          Name and position information for an individual or organization that is responsible for the resource.
 

Uses of ResponsibleParty in org.opengis.metadata.distribution
 

Methods in org.opengis.metadata.distribution that return ResponsibleParty
 ResponsibleParty Distributor.getDistributorContact()
          Party from whom the resource may be obtained.
 

Uses of ResponsibleParty in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return types with arguments of type ResponsibleParty
 Collection<? extends ResponsibleParty> Identification.getPointOfContacts()
          Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
 Collection<? extends ResponsibleParty> Usage.getUserContactInfo()
          Identification of and means of communicating with person(s) and organization(s) using the resource(s).
 

Uses of ResponsibleParty in org.opengis.metadata.lineage
 

Methods in org.opengis.metadata.lineage that return types with arguments of type ResponsibleParty
 Collection<? extends ResponsibleParty> ProcessStep.getProcessors()
          Identification of, and means of communication with, person(s) and organization(s) associated with the process step.
 

Uses of ResponsibleParty in org.opengis.metadata.maintenance
 

Methods in org.opengis.metadata.maintenance that return types with arguments of type ResponsibleParty
 Collection<? extends ResponsibleParty> MaintenanceInformation.getContacts()
          Identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.