Uses of Interface
org.opengis.metadata.citation.CitationDate
Package
Description
The metadata root entity.
Type for citing a resource and information
about the responsible party.
Scope and frequency of updating data.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of CitationDate in org.opengis.metadata
Modifier and TypeMethodDescriptionCollection
<? extends CitationDate> Metadata.getDateInfo()
Date(s) associated with the metadata. -
Uses of CitationDate in org.opengis.metadata.citation
Modifier and TypeMethodDescriptiondefault Collection
<? extends CitationDate> Citation.getDates()
Reference dates for the cited resource. -
Uses of CitationDate in org.opengis.metadata.maintenance
Modifier and TypeMethodDescriptiondefault Collection
<? extends CitationDate> MaintenanceInformation.getMaintenanceDates()
Date information associated with maintenance of resource. -
Uses of CitationDate in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CitationDate... object) Tests the conformance of the given objects.static void
Validators.validate
(CitationDate... object) Tests the conformance of the given objects. -
Uses of CitationDate in org.opengis.test.metadata
Modifier and TypeMethodDescriptionvoid
CitationValidator.validate
(CitationDate... dates) Validates citation dates.