Uses of Interface
net.opengis.wcs11.TimeSequenceType
-
Packages that use TimeSequenceType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of TimeSequenceType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return TimeSequenceType Modifier and Type Method Description TimeSequenceType
Wcs111Factory. createTimeSequenceType()
Returns a new object of class 'Time Sequence Type'.TimeSequenceType
Wcs11Factory. createTimeSequenceType()
Returns a new object of class 'Time Sequence Type'.TimeSequenceType
CoverageDomainType. getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.TimeSequenceType
DocumentRoot. getTemporalDomain()
Returns the value of the 'Temporal Domain' 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.Methods in net.opengis.wcs11 with parameters of type TimeSequenceType Modifier and Type Method Description void
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 TimeSequenceType Modifier and Type Class Description class
TimeSequenceTypeImpl
An implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs11.impl declared as TimeSequenceType Modifier and Type Field Description protected 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 TimeSequenceType Modifier and Type Method Description TimeSequenceType
Wcs111FactoryImpl. createTimeSequenceType()
TimeSequenceType
Wcs11FactoryImpl. createTimeSequenceType()
TimeSequenceType
CoverageDomainTypeImpl. getTemporalDomain()
TimeSequenceType
DocumentRootImpl. getTemporalDomain()
TimeSequenceType
DocumentRootImpl. getTemporalSubset()
TimeSequenceType
DomainSubsetTypeImpl. getTemporalSubset()
Methods in net.opengis.wcs11.impl with parameters of type TimeSequenceType Modifier and Type Method Description NotificationChain
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 TimeSequenceType Modifier and Type Method Description Object
Wcs111Switch. caseTimeSequenceType(TimeSequenceType object)
Returns the result of interpreting the object as an instance of 'Time Sequence Type'.Object
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 TimeSequenceType Modifier and Type Method Description boolean
CoverageDomainTypeValidator. validateTemporalDomain(TimeSequenceType value)
boolean
DocumentRootValidator. validateTemporalDomain(TimeSequenceType value)
boolean
DocumentRootValidator. validateTemporalSubset(TimeSequenceType value)
boolean
DomainSubsetTypeValidator. validateTemporalSubset(TimeSequenceType value)
-