Uses of Interface
org.opengis.metadata.maintenance.MaintenanceInformation

Packages that use MaintenanceInformation
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.identification Identification implementation. 
org.geotools.metadata.iso.maintenance Maintenance information implementation. 
org.opengis.metadata Root package for metadata
org.opengis.metadata.identification Identification information (includes data and service identification). 
 

Uses of MaintenanceInformation in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return MaintenanceInformation
 MaintenanceInformation MetaDataImpl.getMetadataMaintenance()
          Provides information about the frequency of metadata updates, and the scope of those updates.
 

Methods in org.geotools.metadata.iso with parameters of type MaintenanceInformation
 void MetaDataImpl.setMetadataMaintenance(MaintenanceInformation newValue)
          Set information about the frequency of metadata updates, and the scope of those updates.
 

Uses of MaintenanceInformation in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type MaintenanceInformation
 Collection<MaintenanceInformation> IdentificationImpl.getResourceMaintenance()
          Provides information about the frequency of resource updates, and the scope of those updates.
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type MaintenanceInformation
 void IdentificationImpl.setResourceMaintenance(Collection<? extends MaintenanceInformation> newValues)
          Set information about the frequency of resource updates, and the scope of those updates.
 

Uses of MaintenanceInformation in org.geotools.metadata.iso.maintenance
 

Classes in org.geotools.metadata.iso.maintenance that implement MaintenanceInformation
 class MaintenanceInformationImpl
          Information about the scope and frequency of updating.
 

Constructors in org.geotools.metadata.iso.maintenance with parameters of type MaintenanceInformation
MaintenanceInformationImpl(MaintenanceInformation source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of MaintenanceInformation in org.opengis.metadata
 

Methods in org.opengis.metadata that return MaintenanceInformation
 MaintenanceInformation MetaData.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 MaintenanceInformation
 Collection<? extends MaintenanceInformation> Identification.getResourceMaintenance()
          Provides information about the frequency of resource updates, and the scope of those updates.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.