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 TimeSequenceTypeWcs10Factory. createTimeSequenceType()Returns a new object of class 'Time Sequence Type'.TimeSequenceTypeDocumentRoot. getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.TimeSequenceTypeDomainSetType. getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference.TimeSequenceTypeDomainSetType. getTemporalDomain1()Returns the value of the 'Temporal Domain1' containment reference.TimeSequenceTypeDocumentRoot. getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.TimeSequenceTypeDomainSubsetType. getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.TimeSequenceTypeDomainSubsetType. getTemporalSubset1()Returns the value of the 'Temporal Subset1' containment reference.TimeSequenceTypeDocumentRoot. 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 voidDocumentRoot. setTemporalDomain(TimeSequenceType value)Sets the value of the 'Temporal Domain' containment reference.voidDomainSetType. setTemporalDomain(TimeSequenceType value)Sets the value of the 'Temporal Domain' containment reference.voidDomainSetType. setTemporalDomain1(TimeSequenceType value)Sets the value of the 'Temporal Domain1' 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.voidDomainSubsetType. setTemporalSubset1(TimeSequenceType value)Sets the value of the 'Temporal Subset1' containment reference.voidDocumentRoot. 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 classTimeSequenceTypeImplAn implementation of the model object 'Time Sequence Type'.Fields in net.opengis.wcs10.impl declared as TimeSequenceType Modifier and Type Field Description protected TimeSequenceTypeDomainSetTypeImpl. temporalDomainThe cached value of the 'Temporal Domain' containment reference.protected TimeSequenceTypeDomainSetTypeImpl. temporalDomain1The cached value of the 'Temporal Domain1' containment reference.protected TimeSequenceTypeDomainSubsetTypeImpl. temporalSubsetThe cached value of the 'Temporal Subset' containment reference.protected TimeSequenceTypeDomainSubsetTypeImpl. temporalSubset1The cached value of the 'Temporal Subset1' containment reference.Methods in net.opengis.wcs10.impl that return TimeSequenceType Modifier and Type Method Description TimeSequenceTypeWcs10FactoryImpl. createTimeSequenceType()TimeSequenceTypeDocumentRootImpl. getTemporalDomain()TimeSequenceTypeDomainSetTypeImpl. getTemporalDomain()TimeSequenceTypeDomainSetTypeImpl. getTemporalDomain1()TimeSequenceTypeDocumentRootImpl. getTemporalSubset()TimeSequenceTypeDomainSubsetTypeImpl. getTemporalSubset()TimeSequenceTypeDomainSubsetTypeImpl. getTemporalSubset1()TimeSequenceTypeDocumentRootImpl. getTimeSequence()Methods in net.opengis.wcs10.impl with parameters of type TimeSequenceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs)NotificationChainDomainSetTypeImpl. basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs)NotificationChainDomainSetTypeImpl. basicSetTemporalDomain1(TimeSequenceType newTemporalDomain1, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs)NotificationChainDomainSubsetTypeImpl. basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs)NotificationChainDomainSubsetTypeImpl. basicSetTemporalSubset1(TimeSequenceType newTemporalSubset1, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTimeSequence(TimeSequenceType newTimeSequence, NotificationChain msgs)voidDocumentRootImpl. setTemporalDomain(TimeSequenceType newTemporalDomain)voidDomainSetTypeImpl. setTemporalDomain(TimeSequenceType newTemporalDomain)voidDomainSetTypeImpl. setTemporalDomain1(TimeSequenceType newTemporalDomain1)voidDocumentRootImpl. setTemporalSubset(TimeSequenceType newTemporalSubset)voidDomainSubsetTypeImpl. setTemporalSubset(TimeSequenceType newTemporalSubset)voidDomainSubsetTypeImpl. setTemporalSubset1(TimeSequenceType newTemporalSubset1)voidDocumentRootImpl. 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 ObjectWcs10Switch. 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 booleanDocumentRootValidator. validateTemporalDomain(TimeSequenceType value)booleanDomainSetTypeValidator. validateTemporalDomain(TimeSequenceType value)booleanDomainSetTypeValidator. validateTemporalDomain1(TimeSequenceType value)booleanDocumentRootValidator. validateTemporalSubset(TimeSequenceType value)booleanDomainSubsetTypeValidator. validateTemporalSubset(TimeSequenceType value)booleanDomainSubsetTypeValidator. validateTemporalSubset1(TimeSequenceType value)booleanDocumentRootValidator. validateTimeSequence(TimeSequenceType value)
-