Uses of Class
net.opengis.wcs.v_1_1.TimeSequenceType

Uses of TimeSequenceType in net.opengis.wcs.v_1_1
 

Fields in net.opengis.wcs.v_1_1 declared as TimeSequenceType
protected  TimeSequenceType CoverageDomainType.temporalDomain
           
protected  TimeSequenceType DomainSubsetType.temporalSubset
           
 

Methods in net.opengis.wcs.v_1_1 that return TimeSequenceType
 TimeSequenceType ObjectFactory.createTimeSequenceType()
          Create an instance of TimeSequenceType
 TimeSequenceType CoverageDomainType.getTemporalDomain()
          Although optional, the TemporalDomain should be included whenever a value is known or a useful estimate is available, to provide a time for the coverage.
 TimeSequenceType DomainSubsetType.getTemporalSubset()
          Optional definition of desired temporal subset of a coverage domain.
 TimeSequenceType TimeSequenceType.withTimePositionOrTimePeriod(Collection<Object> values)
           
 TimeSequenceType TimeSequenceType.withTimePositionOrTimePeriod(List<Object> value)
           
 TimeSequenceType TimeSequenceType.withTimePositionOrTimePeriod(Object... values)
           
 

Methods in net.opengis.wcs.v_1_1 that return types with arguments of type TimeSequenceType
 JAXBElement<TimeSequenceType> ObjectFactory.createTemporalDomain(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 JAXBElement<TimeSequenceType> ObjectFactory.createTemporalSubset(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 

Methods in net.opengis.wcs.v_1_1 with parameters of type TimeSequenceType
 JAXBElement<TimeSequenceType> ObjectFactory.createTemporalDomain(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 JAXBElement<TimeSequenceType> ObjectFactory.createTemporalSubset(TimeSequenceType value)
          Create an instance of JAXBElement<TimeSequenceType>}
 void CoverageDomainType.setTemporalDomain(TimeSequenceType value)
          Sets the value of the temporalDomain property.
 void DomainSubsetType.setTemporalSubset(TimeSequenceType value)
          Sets the value of the temporalSubset property.
 CoverageDomainType CoverageDomainType.withTemporalDomain(TimeSequenceType value)
           
 DomainSubsetType DomainSubsetType.withTemporalSubset(TimeSequenceType value)
           
 



Copyright © 2008-2015. All Rights Reserved.