Uses of Interface
net.opengis.wcs11.TimeSequenceType
Packages that use TimeSequenceType
Package
Description
- 
Uses of TimeSequenceType in net.opengis.wcs11Methods in net.opengis.wcs11 that return TimeSequenceTypeModifier and TypeMethodDescriptionWcs111Factory.createTimeSequenceType()Returns a new object of class 'Time Sequence Type'.Wcs11Factory.createTimeSequenceType()Returns a new object of class 'Time Sequence Type'.CoverageDomainType.getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.DocumentRoot.getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.DocumentRoot.getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.DomainSubsetType.getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.Methods in net.opengis.wcs11 with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionvoidCoverageDomainType.setTemporalDomain(TimeSequenceType value) Sets the value of the 'Temporal Domain' containment reference.voidDocumentRoot.setTemporalDomain(TimeSequenceType value) Sets the value of the 'Temporal Domain' 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.
- 
Uses of TimeSequenceType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement TimeSequenceTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs11.impl declared as TimeSequenceTypeModifier and TypeFieldDescriptionprotected TimeSequenceTypeCoverageDomainTypeImpl.temporalDomainThe cached value of the 'Temporal Domain' containment reference.protected TimeSequenceTypeDomainSubsetTypeImpl.temporalSubsetThe cached value of the 'Temporal Subset' containment reference.Methods in net.opengis.wcs11.impl that return TimeSequenceTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createTimeSequenceType()Wcs11FactoryImpl.createTimeSequenceType()CoverageDomainTypeImpl.getTemporalDomain()DocumentRootImpl.getTemporalDomain()DocumentRootImpl.getTemporalSubset()DomainSubsetTypeImpl.getTemporalSubset()Methods in net.opengis.wcs11.impl with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionNotificationChainCoverageDomainTypeImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChainDomainSubsetTypeImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs) voidCoverageDomainTypeImpl.setTemporalDomain(TimeSequenceType newTemporalDomain) voidDocumentRootImpl.setTemporalDomain(TimeSequenceType newTemporalDomain) voidDocumentRootImpl.setTemporalSubset(TimeSequenceType newTemporalSubset) voidDomainSubsetTypeImpl.setTemporalSubset(TimeSequenceType newTemporalSubset) 
- 
Uses of TimeSequenceType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionWcs111Switch.caseTimeSequenceType(TimeSequenceType object) Returns the result of interpreting the object as an instance of 'Time Sequence Type'.Wcs11Switch.caseTimeSequenceType(TimeSequenceType object) Returns the result of interpreting the object as an instance of 'Time Sequence Type'.booleanWcs111Validator.validateTimeSequenceType(TimeSequenceType timeSequenceType, DiagnosticChain diagnostics, Map context) booleanWcs11Validator.validateTimeSequenceType(TimeSequenceType timeSequenceType, DiagnosticChain diagnostics, Map context) 
- 
Uses of TimeSequenceType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionbooleanCoverageDomainTypeValidator.validateTemporalDomain(TimeSequenceType value) booleanDocumentRootValidator.validateTemporalDomain(TimeSequenceType value) booleanDocumentRootValidator.validateTemporalSubset(TimeSequenceType value) booleanDomainSubsetTypeValidator.validateTemporalSubset(TimeSequenceType value)