Uses of Interface
net.opengis.wcs10.TimeSequenceType
-
Packages that use TimeSequenceType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of TimeSequenceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TimeSequenceType Modifier and Type Method Description TimeSequenceType
Wcs10Factory. createTimeSequenceType()
Returns a new object of class 'Time Sequence Type'.TimeSequenceType
DocumentRoot. getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.TimeSequenceType
DomainSetType. getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.TimeSequenceType
DomainSetType. getTemporalDomain1()
Returns the value of the 'Temporal Domain1' containment reference.TimeSequenceType
DocumentRoot. getTemporalSubset()
Returns the value of the 'Temporal Subset' containment reference.TimeSequenceType
DomainSubsetType. getTemporalSubset()
Returns the value of the 'Temporal Subset' containment reference.TimeSequenceType
DomainSubsetType. getTemporalSubset1()
Returns the value of the 'Temporal Subset1' containment reference.TimeSequenceType
DocumentRoot. getTimeSequence()
Returns the value of the 'Time Sequence' containment reference.Methods in net.opengis.wcs10 with parameters of type TimeSequenceType Modifier and Type Method Description void
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 TimeSequenceType Modifier and Type Class Description class
TimeSequenceTypeImpl
An implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs10.impl declared as TimeSequenceType Modifier and Type Field Description protected 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 TimeSequenceType Modifier and Type Method Description TimeSequenceType
Wcs10FactoryImpl. createTimeSequenceType()
TimeSequenceType
DocumentRootImpl. getTemporalDomain()
TimeSequenceType
DomainSetTypeImpl. getTemporalDomain()
TimeSequenceType
DomainSetTypeImpl. getTemporalDomain1()
TimeSequenceType
DocumentRootImpl. getTemporalSubset()
TimeSequenceType
DomainSubsetTypeImpl. getTemporalSubset()
TimeSequenceType
DomainSubsetTypeImpl. getTemporalSubset1()
TimeSequenceType
DocumentRootImpl. getTimeSequence()
Methods in net.opengis.wcs10.impl with parameters of type TimeSequenceType Modifier and Type Method Description NotificationChain
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 TimeSequenceType Modifier and Type Method Description Object
Wcs10Switch. 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 TimeSequenceType Modifier and Type Method Description boolean
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)
-