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.wcs11Methods in net.opengis.wcs11 that return TimeSequenceType Modifier and Type Method Description TimeSequenceTypeWcs111Factory. createTimeSequenceType()Returns a new object of class 'Time Sequence Type'.TimeSequenceTypeWcs11Factory. createTimeSequenceType()Returns a new object of class 'Time Sequence Type'.TimeSequenceTypeCoverageDomainType. getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.TimeSequenceTypeDocumentRoot. getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.TimeSequenceTypeDocumentRoot. getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.TimeSequenceTypeDomainSubsetType. 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 voidCoverageDomainType. 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 TimeSequenceType Modifier and Type Class Description classTimeSequenceTypeImplAn implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs11.impl declared as TimeSequenceType Modifier and Type Field Description protected 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 TimeSequenceType Modifier and Type Method Description TimeSequenceTypeWcs111FactoryImpl. createTimeSequenceType()TimeSequenceTypeWcs11FactoryImpl. createTimeSequenceType()TimeSequenceTypeCoverageDomainTypeImpl. getTemporalDomain()TimeSequenceTypeDocumentRootImpl. getTemporalDomain()TimeSequenceTypeDocumentRootImpl. getTemporalSubset()TimeSequenceTypeDomainSubsetTypeImpl. getTemporalSubset()Methods in net.opengis.wcs11.impl with parameters of type TimeSequenceType Modifier and Type Method Description NotificationChainCoverageDomainTypeImpl. 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 TimeSequenceType Modifier and Type Method Description ObjectWcs111Switch. caseTimeSequenceType(TimeSequenceType object)Returns the result of interpreting the object as an instance of 'Time Sequence Type'.ObjectWcs11Switch. 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 TimeSequenceType Modifier and Type Method Description booleanCoverageDomainTypeValidator. validateTemporalDomain(TimeSequenceType value)booleanDocumentRootValidator. validateTemporalDomain(TimeSequenceType value)booleanDocumentRootValidator. validateTemporalSubset(TimeSequenceType value)booleanDomainSubsetTypeValidator. validateTemporalSubset(TimeSequenceType value)
 
-