Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
Service.getContactInformation()
Information about a contact person for the service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setContactInformation(ResponsibleParty contactInformation) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MetaDataImpl(ResponsibleParty contact,
Date dateStamp,
Identification identificationInfo)
Creates a meta data initialised to the specified values.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponsiblePartyImpl
Identification of, and means of communication with, person(s) and organizations associated with
the dataset.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResponsibleParty> |
CitationImpl.getCitedResponsibleParties()
Returns the name and position information for an individual or organization that is
responsible for the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
CitationImpl.setCitedResponsibleParties(Collection<? extends ResponsibleParty> newValues)
Set the name and position information for an individual or organization that is responsible
for the resource.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
DistributorImpl.getDistributorContact()
Party from whom the resource may be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributorImpl.setDistributorContact(ResponsibleParty newValue)
Set the party from whom the resource may be obtained.
|
Constructor and Description |
---|
DistributorImpl(ResponsibleParty distributorContact)
Creates a distributor with the specified contact.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
UsageImpl(InternationalString specificUsage,
Collection<ResponsibleParty> userContactInfo)
Creates an usage initialized to the specified values.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResponsibleParty> |
ProcessStepImpl.getProcessors()
Returns the identification of, and means of communication with, person(s) and organization(s)
associated with the process step.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessStepImpl.setProcessors(Collection<? extends ResponsibleParty> newValues)
Identification of, and means of communication with, person(s) and organization(s) associated
with the process step.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResponsibleParty> |
MaintenanceInformationImpl.getContacts()
Returns identification of, and means of communicating with, person(s) and organization(s)
with responsibility for maintaining the metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ResponsibleParty> |
Citation.getCitedResponsibleParties()
Name and position information for an individual or organization that is responsible for the
resource.
|
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
Distributor.getDistributorContact()
Party from whom the resource may be obtained.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ResponsibleParty> |
ProcessStep.getProcessors()
Identification of, and means of communication with, person(s) and organization(s) associated
with the process step.
|
Modifier and Type | Method and Description |
---|---|
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–2019 Geotools. All rights reserved.