Uses of Interface
org.opengis.temporal.PeriodDuration

Packages that use PeriodDuration
org.geotools.metadata.iso.maintenance Maintenance information implementation. 
org.geotools.temporal.object   
org.opengis.metadata.maintenance Maintenance information
org.opengis.temporal   
 

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

Methods in org.geotools.metadata.iso.maintenance that return PeriodDuration
 PeriodDuration MaintenanceInformationImpl.getUserDefinedMaintenanceFrequency()
          Returns the maintenance period other than those defined.
 

Methods in org.geotools.metadata.iso.maintenance with parameters of type PeriodDuration
 void MaintenanceInformationImpl.setUserDefinedMaintenanceFrequency(PeriodDuration newValue)
          Set the maintenance period other than those defined.
 

Uses of PeriodDuration in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement PeriodDuration
 class DefaultPeriodDuration
          Uses the format specified by ISO 8601 for exchanging information about the duration of a period.
 

Uses of PeriodDuration in org.opengis.metadata.maintenance
 

Methods in org.opengis.metadata.maintenance that return PeriodDuration
 PeriodDuration MaintenanceInformation.getUserDefinedMaintenanceFrequency()
          Maintenance period other than those defined.
 

Uses of PeriodDuration in org.opengis.temporal
 

Methods in org.opengis.temporal that return PeriodDuration
 PeriodDuration TemporalFactory.createPeriodDuration(InternationalString years, InternationalString months, InternationalString week, InternationalString days, InternationalString hours, InternationalString minutes, InternationalString seconds)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.