Uses of Interface
net.opengis.wcs10.TimeSequenceType
Packages that use TimeSequenceType
Package
Description
-
Uses of TimeSequenceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TimeSequenceTypeModifier and TypeMethodDescriptionWcs10Factory.createTimeSequenceType()
Returns a new object of class 'Time Sequence Type'.DocumentRoot.getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.DomainSetType.getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.DomainSetType.getTemporalDomain1()
Returns the value of the 'Temporal Domain1' containment reference.DocumentRoot.getTemporalSubset()
Returns the value of the 'Temporal Subset' containment reference.DomainSubsetType.getTemporalSubset()
Returns the value of the 'Temporal Subset' containment reference.DomainSubsetType.getTemporalSubset1()
Returns the value of the 'Temporal Subset1' containment reference.DocumentRoot.getTimeSequence()
Returns the value of the 'Time Sequence' containment reference.Methods in net.opengis.wcs10 with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTemporalDomain
(TimeSequenceType value) Sets the value of the 'Temporal Domain
' containment reference.void
DomainSetType.setTemporalDomain
(TimeSequenceType value) Sets the value of the 'Temporal Domain
' containment reference.void
DomainSetType.setTemporalDomain1
(TimeSequenceType value) Sets the value of the 'Temporal Domain1
' containment reference.void
DocumentRoot.setTemporalSubset
(TimeSequenceType value) Sets the value of the 'Temporal Subset
' containment reference.void
DomainSubsetType.setTemporalSubset
(TimeSequenceType value) Sets the value of the 'Temporal Subset
' containment reference.void
DomainSubsetType.setTemporalSubset1
(TimeSequenceType value) Sets the value of the 'Temporal Subset1
' containment reference.void
DocumentRoot.setTimeSequence
(TimeSequenceType value) Sets the value of the 'Time Sequence
' containment reference. -
Uses of TimeSequenceType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement TimeSequenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs10.impl declared as TimeSequenceTypeModifier and TypeFieldDescriptionprotected TimeSequenceType
DomainSetTypeImpl.temporalDomain
The cached value of the 'Temporal Domain
' containment reference.protected TimeSequenceType
DomainSetTypeImpl.temporalDomain1
The cached value of the 'Temporal Domain1
' containment reference.protected TimeSequenceType
DomainSubsetTypeImpl.temporalSubset
The cached value of the 'Temporal Subset
' containment reference.protected TimeSequenceType
DomainSubsetTypeImpl.temporalSubset1
The cached value of the 'Temporal Subset1
' containment reference.Methods in net.opengis.wcs10.impl that return TimeSequenceTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createTimeSequenceType()
DocumentRootImpl.getTemporalDomain()
DomainSetTypeImpl.getTemporalDomain()
DomainSetTypeImpl.getTemporalDomain1()
DocumentRootImpl.getTemporalSubset()
DomainSubsetTypeImpl.getTemporalSubset()
DomainSubsetTypeImpl.getTemporalSubset1()
DocumentRootImpl.getTimeSequence()
Methods in net.opengis.wcs10.impl with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTemporalDomain
(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChain
DomainSetTypeImpl.basicSetTemporalDomain
(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChain
DomainSetTypeImpl.basicSetTemporalDomain1
(TimeSequenceType newTemporalDomain1, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTemporalSubset
(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChain
DomainSubsetTypeImpl.basicSetTemporalSubset
(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChain
DomainSubsetTypeImpl.basicSetTemporalSubset1
(TimeSequenceType newTemporalSubset1, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTimeSequence
(TimeSequenceType newTimeSequence, NotificationChain msgs) void
DocumentRootImpl.setTemporalDomain
(TimeSequenceType newTemporalDomain) void
DomainSetTypeImpl.setTemporalDomain
(TimeSequenceType newTemporalDomain) void
DomainSetTypeImpl.setTemporalDomain1
(TimeSequenceType newTemporalDomain1) void
DocumentRootImpl.setTemporalSubset
(TimeSequenceType newTemporalSubset) void
DomainSubsetTypeImpl.setTemporalSubset
(TimeSequenceType newTemporalSubset) void
DomainSubsetTypeImpl.setTemporalSubset1
(TimeSequenceType newTemporalSubset1) void
DocumentRootImpl.setTimeSequence
(TimeSequenceType newTimeSequence) -
Uses of TimeSequenceType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionWcs10Switch.caseTimeSequenceType
(TimeSequenceType object) Returns the result of interpreting the object as an instance of 'Time Sequence Type'. -
Uses of TimeSequenceType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTemporalDomain
(TimeSequenceType value) boolean
DomainSetTypeValidator.validateTemporalDomain
(TimeSequenceType value) boolean
DomainSetTypeValidator.validateTemporalDomain1
(TimeSequenceType value) boolean
DocumentRootValidator.validateTemporalSubset
(TimeSequenceType value) boolean
DomainSubsetTypeValidator.validateTemporalSubset
(TimeSequenceType value) boolean
DomainSubsetTypeValidator.validateTemporalSubset1
(TimeSequenceType value) boolean
DocumentRootValidator.validateTimeSequence
(TimeSequenceType value)