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 TypeMethodDescriptionvoidDocumentRoot.setTemporalDomain(TimeSequenceType value) Sets the value of the 'Temporal Domain' containment reference.voidDomainSetType.setTemporalDomain(TimeSequenceType value) Sets the value of the 'Temporal Domain' containment reference.voidDomainSetType.setTemporalDomain1(TimeSequenceType value) Sets the value of the 'Temporal Domain1' containment reference.voidDocumentRoot.setTemporalSubset(TimeSequenceType value) Sets the value of the 'Temporal Subset' containment reference.voidDomainSubsetType.setTemporalSubset(TimeSequenceType value) Sets the value of the 'Temporal Subset' containment reference.voidDomainSubsetType.setTemporalSubset1(TimeSequenceType value) Sets the value of the 'Temporal Subset1' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs10.impl declared as TimeSequenceTypeModifier and TypeFieldDescriptionprotected TimeSequenceTypeDomainSetTypeImpl.temporalDomainThe cached value of the 'Temporal Domain' containment reference.protected TimeSequenceTypeDomainSetTypeImpl.temporalDomain1The cached value of the 'Temporal Domain1' containment reference.protected TimeSequenceTypeDomainSubsetTypeImpl.temporalSubsetThe cached value of the 'Temporal Subset' containment reference.protected TimeSequenceTypeDomainSubsetTypeImpl.temporalSubset1The 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChainDomainSetTypeImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChainDomainSetTypeImpl.basicSetTemporalDomain1(TimeSequenceType newTemporalDomain1, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChainDomainSubsetTypeImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChainDomainSubsetTypeImpl.basicSetTemporalSubset1(TimeSequenceType newTemporalSubset1, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTimeSequence(TimeSequenceType newTimeSequence, NotificationChain msgs) voidDocumentRootImpl.setTemporalDomain(TimeSequenceType newTemporalDomain) voidDomainSetTypeImpl.setTemporalDomain(TimeSequenceType newTemporalDomain) voidDomainSetTypeImpl.setTemporalDomain1(TimeSequenceType newTemporalDomain1) voidDocumentRootImpl.setTemporalSubset(TimeSequenceType newTemporalSubset) voidDomainSubsetTypeImpl.setTemporalSubset(TimeSequenceType newTemporalSubset) voidDomainSubsetTypeImpl.setTemporalSubset1(TimeSequenceType newTemporalSubset1) voidDocumentRootImpl.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateTemporalDomain(TimeSequenceType value) booleanDomainSetTypeValidator.validateTemporalDomain(TimeSequenceType value) booleanDomainSetTypeValidator.validateTemporalDomain1(TimeSequenceType value) booleanDocumentRootValidator.validateTemporalSubset(TimeSequenceType value) booleanDomainSubsetTypeValidator.validateTemporalSubset(TimeSequenceType value) booleanDomainSubsetTypeValidator.validateTemporalSubset1(TimeSequenceType value) booleanDocumentRootValidator.validateTimeSequence(TimeSequenceType value)