Uses of Interface
org.opengis.metadata.citation.CitationDate
Packages that use 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
Methods in org.opengis.metadata that return types with arguments of type CitationDateModifier and TypeMethodDescriptionCollection
<? extends CitationDate> Metadata.getDateInfo()
Date(s) associated with the metadata. -
Uses of CitationDate in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return types with arguments of type CitationDateModifier and TypeMethodDescriptiondefault Collection
<? extends CitationDate> Citation.getDates()
Reference dates for the cited resource. -
Uses of CitationDate in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type CitationDateModifier and TypeMethodDescriptiondefault Collection
<? extends CitationDate> MaintenanceInformation.getMaintenanceDates()
Date information associated with maintenance of resource. -
Uses of CitationDate in org.opengis.test
Methods in org.opengis.test with parameters of type CitationDateModifier 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
Methods in org.opengis.test.metadata with parameters of type CitationDateModifier and TypeMethodDescriptionvoid
CitationValidator.validate
(CitationDate... dates) Validates citation dates.