Uses of Interface
org.opengis.metadata.citation.Responsibility
Packages that use Responsibility
Package
Description
Type for citing a resource and information
about the responsible party.
Restrictions placed on data (legal and security constraints).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of Responsibility in org.opengis.metadata.citation
Subinterfaces of Responsibility in org.opengis.metadata.citation -
Uses of Responsibility in org.opengis.metadata.constraint
Methods in org.opengis.metadata.constraint that return types with arguments of type ResponsibilityModifier and TypeMethodDescriptiondefault Collection
<? extends Responsibility> Releasability.getAddressees()
Parties to which the release statement applies.default Collection
<? extends Responsibility> Constraints.getResponsibleParties()
Parties responsible for the resource constraints. -
Uses of Responsibility in org.opengis.test
Methods in org.opengis.test with parameters of type ResponsibilityModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(Responsibility object) Tests the conformance of the given object.static void
Validators.validate
(Responsibility object) Tests the conformance of the given object. -
Uses of Responsibility in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type ResponsibilityModifier and TypeMethodDescriptionvoid
CitationValidator.validate
(Responsibility object) Validates the given responsible party.