Uses of Interface
net.opengis.wcs11.TimeSequenceType
Packages that use TimeSequenceType
Package
Description
-
Uses of TimeSequenceType in net.opengis.wcs11
Methods 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 TypeMethodDescriptionvoid
CoverageDomainType.setTemporalDomain
(TimeSequenceType value) Sets the value of the 'Temporal Domain
' containment reference.void
DocumentRoot.setTemporalDomain
(TimeSequenceType value) Sets the value of the 'Temporal Domain
' 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. -
Uses of TimeSequenceType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement TimeSequenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs11.impl declared as TimeSequenceTypeModifier and TypeFieldDescriptionprotected TimeSequenceType
CoverageDomainTypeImpl.temporalDomain
The cached value of the 'Temporal Domain
' containment reference.protected TimeSequenceType
DomainSubsetTypeImpl.temporalSubset
The 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 TypeMethodDescriptionNotificationChain
CoverageDomainTypeImpl.basicSetTemporalDomain
(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTemporalDomain
(TimeSequenceType newTemporalDomain, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTemporalSubset
(TimeSequenceType newTemporalSubset, NotificationChain msgs) NotificationChain
DomainSubsetTypeImpl.basicSetTemporalSubset
(TimeSequenceType newTemporalSubset, NotificationChain msgs) void
CoverageDomainTypeImpl.setTemporalDomain
(TimeSequenceType newTemporalDomain) void
DocumentRootImpl.setTemporalDomain
(TimeSequenceType newTemporalDomain) void
DocumentRootImpl.setTemporalSubset
(TimeSequenceType newTemporalSubset) void
DomainSubsetTypeImpl.setTemporalSubset
(TimeSequenceType newTemporalSubset) -
Uses of TimeSequenceType in net.opengis.wcs11.util
Methods 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'.boolean
Wcs111Validator.validateTimeSequenceType
(TimeSequenceType timeSequenceType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.validateTimeSequenceType
(TimeSequenceType timeSequenceType, DiagnosticChain diagnostics, Map context) -
Uses of TimeSequenceType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type TimeSequenceTypeModifier and TypeMethodDescriptionboolean
CoverageDomainTypeValidator.validateTemporalDomain
(TimeSequenceType value) boolean
DocumentRootValidator.validateTemporalDomain
(TimeSequenceType value) boolean
DocumentRootValidator.validateTemporalSubset
(TimeSequenceType value) boolean
DomainSubsetTypeValidator.validateTemporalSubset
(TimeSequenceType value)