|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeSequenceType | |
---|---|
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 | |
---|---|
TimeSequenceType |
Wcs111Factory.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 | |
---|---|
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 | |
---|---|
class |
TimeSequenceTypeImpl
An implementation of the model object 'Time Sequence Type'. |
Fields in net.opengis.wcs11.impl declared as TimeSequenceType | |
---|---|
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 | |
---|---|
TimeSequenceType |
Wcs111FactoryImpl.createTimeSequenceType()
|
TimeSequenceType |
DocumentRootImpl.getTemporalDomain()
|
TimeSequenceType |
CoverageDomainTypeImpl.getTemporalDomain()
|
TimeSequenceType |
DocumentRootImpl.getTemporalSubset()
|
TimeSequenceType |
DomainSubsetTypeImpl.getTemporalSubset()
|
Methods in net.opengis.wcs11.impl with parameters of type TimeSequenceType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
CoverageDomainTypeImpl.basicSetTemporalDomain(TimeSequenceType newTemporalDomain,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DomainSubsetTypeImpl.basicSetTemporalSubset(TimeSequenceType newTemporalSubset,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DocumentRootImpl.setTemporalDomain(TimeSequenceType newTemporalDomain)
|
void |
CoverageDomainTypeImpl.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 | |
---|---|
java.lang.Object |
Wcs111Switch.caseTimeSequenceType(TimeSequenceType object)
Returns the result of interpreting the object as an instance of 'Time Sequence Type'. |
boolean |
Wcs111Validator.validateTimeSequenceType(TimeSequenceType timeSequenceType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of TimeSequenceType in net.opengis.wcs11.validation |
---|
Methods in net.opengis.wcs11.validation with parameters of type TimeSequenceType | |
---|---|
boolean |
CoverageDomainTypeValidator.validateTemporalDomain(TimeSequenceType value)
|
boolean |
DocumentRootValidator.validateTemporalDomain(TimeSequenceType value)
|
boolean |
DomainSubsetTypeValidator.validateTemporalSubset(TimeSequenceType value)
|
boolean |
DocumentRootValidator.validateTemporalSubset(TimeSequenceType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |