Uses of Interface
org.n52.oxf.ows.capabilities.ITime

Packages that use ITime
org.n52.oxf.ows.capabilities   
org.n52.oxf.valueDomains.time   
 

Uses of ITime in org.n52.oxf.ows.capabilities
 

Methods in org.n52.oxf.ows.capabilities that return types with arguments of type ITime
 IDiscreteValueDomain<ITime> Dataset.getTemporalDomain()
           
 

Method parameters in org.n52.oxf.ows.capabilities with type arguments of type ITime
protected  void Dataset.setTemporalDomain(IDiscreteValueDomain<ITime> temporalDomain)
           
 

Constructor parameters in org.n52.oxf.ows.capabilities with type arguments of type ITime
Dataset(String title, String identifier, IBoundingBox[] boundingBoxes, String[] outputFormats, String[] availableCRSs, String fees, Locale[] language, String pointOfContactString, IDiscreteValueDomain<ITime> temporalDomain, String abstractDescription, String[] keywords)
          this constructor has ALL attributes of the class as its parameters.
 

Uses of ITime in org.n52.oxf.valueDomains.time
 

Subinterfaces of ITime in org.n52.oxf.valueDomains.time
 interface ITimePeriod
           
 interface ITimePosition
          Specifies a position of time by defining year, month, day, hour, minute and second.
 interface ITimeResolution
          Specifies a resolution for time by defining year, month, day, hours, minutes and seconds.
 

Classes in org.n52.oxf.valueDomains.time that implement ITime
 class TimePeriod
          Represents a TimePeriod specified in OGC WCS spec 1.0.0 and consists of the TimePositions start and end and the TimeResolution resolution.
 class TimePosition
          Represents a single timePosition.
 class TimeResolution
          Represents a TimeResolution as specified in ISO8601:2004.
 

Methods in org.n52.oxf.valueDomains.time that return ITime
static ITime TimeFactory.createTime(String timeString)
           
 ITime TemporalValueDomain.produceValue(String... stringArray)
          builds from the first element of the stringArray an ITime object.
 

Methods in org.n52.oxf.valueDomains.time that return types with arguments of type ITime
 List<ITime> TemporalValueDomain.getPossibleValues()
           
 

Methods in org.n52.oxf.valueDomains.time with parameters of type ITime
 void TemporalValueDomain.add(ITime time)
          adds an ITime object to the timeList.
 boolean TemporalValueDomain.containsValue(ITime time)
          proofs whether the overgiven ITime object is contained in this TemporalValueDomain.
 

Constructors in org.n52.oxf.valueDomains.time with parameters of type ITime
TemporalValueDomain(ITime time)
           
TemporalValueDomain(ITime[] possibleValues)
           
 

Constructor parameters in org.n52.oxf.valueDomains.time with type arguments of type ITime
TemporalValueDomain(List<ITime> timeList)
           
 



Copyright © 2012-2013 52north.org. All Rights Reserved.