Uses of Interface
org.opengis.metadata.maintenance.MaintenanceInformation
Packages that use MaintenanceInformation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information to uniquely identify the data or service.
Information about the frequency and scope of data updates.
Root package for metadata.
Identification information
(includes data and service identification).
-
Uses of MaintenanceInformation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return MaintenanceInformationModifier and TypeMethodDescriptionDefaultMetadata.getMetadataMaintenance()Returns information about the frequency of metadata updates, and the scope of those updates.Methods in org.apache.sis.metadata.iso with parameters of type MaintenanceInformationModifier and TypeMethodDescriptionvoidDefaultMetadata.setMetadataMaintenance(MaintenanceInformation newValue) Sets information about the frequency of metadata updates, and the scope of those updates. -
Uses of MaintenanceInformation in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type MaintenanceInformationModifier and TypeMethodDescriptionAbstractIdentification.getResourceMaintenances()Provides information about the frequency of resource updates, and the scope of those updates.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type MaintenanceInformationModifier and TypeMethodDescriptionvoidAbstractIdentification.setResourceMaintenances(Collection<? extends MaintenanceInformation> newValues) Sets information about the frequency of resource updates, and the scope of those updates. -
Uses of MaintenanceInformation in org.apache.sis.metadata.iso.maintenance
Classes in org.apache.sis.metadata.iso.maintenance that implement MaintenanceInformationModifier and TypeClassDescriptionclassInformation about the scope and frequency of updating.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type MaintenanceInformationModifier and TypeMethodDescriptionDefaultMaintenanceInformation.castOrCopy(MaintenanceInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.maintenance with parameters of type MaintenanceInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of MaintenanceInformation in org.opengis.metadata
Methods in org.opengis.metadata that return MaintenanceInformationModifier and TypeMethodDescriptionMetadata.getMetadataMaintenance()Provides information about the frequency of metadata updates, and the scope of those updates. -
Uses of MaintenanceInformation in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type MaintenanceInformationModifier and TypeMethodDescriptionCollection<? extends MaintenanceInformation> Identification.getResourceMaintenances()Provides information about the frequency of resource updates, and the scope of those updates.