Responsibility interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers, LOGGER| Constructor and Description |
|---|
DefaultResponsibility()
Constructs an initially empty responsible party.
|
DefaultResponsibility(DefaultResponsibility object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultResponsibility(Role role,
Extent extent,
AbstractParty party)
Constructs a responsibility initialized to the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Extent> |
getExtents()
Returns the spatial or temporal extents of the role.
|
Collection<AbstractParty> |
getParties()
Returns information about the parties.
|
Role |
getRole()
Returns the function performed by the responsible party.
|
void |
setExtents(Collection<? extends Extent> newValues)
Sets the spatial and temporal extents of the role.
|
void |
setParties(Collection<? extends AbstractParty> newValues)
Sets information about the parties.
|
void |
setRole(Role newValue)
Sets the function performed by the responsible party.
|
getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultResponsibility()
public DefaultResponsibility(Role role, Extent extent, AbstractParty party)
role - Function performed by the responsible party, or null.extent - Spatial or temporal extent of the role, or null.party - Information about the party, or null.public DefaultResponsibility(DefaultResponsibility object)
object - The metadata to copy values from, or null if none.public void setRole(Role newValue)
newValue - The new role, or null if none.public void setExtents(Collection<? extends Extent> newValues)
newValues - The new spatial and temporal extents of the role.Party interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setParties(Collection<? extends AbstractParty> newValues)
Party interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - New information about the parties.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.