Package net.opengis.wcs10
Interface TimePeriodType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- TimePeriodTypeImpl
public interface TimePeriodType
extends EObject
 A representation of the model object 'Time Period Type'.
 
 
 This is a variation of the GML TimePeriod, which allows the beginning and end of a time-period to be expressed in short-form inline using the begin/endPosition element, which allows an identifiable TimeInstant to be defined simultaneously with using it, or by reference, using xlinks on the begin/end elements.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Begin Position' containment reference.Returns the value of the 'End Position' containment reference.getFrame()Returns the value of the 'Frame' attribute.Returns the value of the 'Time Resolution' attribute.booleanReturns whether the value of the 'Frame' attribute is set.voidsetBeginPosition(TimePositionType value) Sets the value of the 'Begin Position' containment reference.voidsetEndPosition(TimePositionType value) Sets the value of the 'End Position' containment reference.voidSets the value of the 'Frame' attribute.voidsetTimeResolution(Object value) Sets the value of the 'Time Resolution' attribute.voidUnsets the value of the 'Frame' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getBeginPositionTimePositionType getBeginPosition()Returns the value of the 'Begin Position' containment reference.If the meaning of the 'Begin Position' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Begin Position' containment reference.
- See Also:
 
- 
setBeginPositionSets the value of the 'Begin Position' containment reference.- Parameters:
- value- the new value of the 'Begin Position' containment reference.
- See Also:
 
- 
getEndPositionTimePositionType getEndPosition()Returns the value of the 'End Position' containment reference.If the meaning of the 'End Position' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'End Position' containment reference.
- See Also:
 
- 
setEndPositionSets the value of the 'End Position' containment reference.- Parameters:
- value- the new value of the 'End Position' containment reference.
- See Also:
 
- 
getTimeResolutionObject getTimeResolution()Returns the value of the 'Time Resolution' attribute.If the meaning of the 'Time Resolution' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Time Resolution' attribute.
- See Also:
 
- 
setTimeResolutionSets the value of the 'Time Resolution' attribute.- Parameters:
- value- the new value of the 'Time Resolution' attribute.
- See Also:
 
- 
getFrameString getFrame()Returns the value of the 'Frame' attribute. The default value is"#ISO-8601".If the meaning of the 'Frame' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Frame' attribute.
- See Also:
 
- 
setFrameSets the value of the 'Frame' attribute.- Parameters:
- value- the new value of the 'Frame' attribute.
- See Also:
 
- 
unsetFramevoid unsetFrame()Unsets the value of the 'Frame' attribute.- See Also:
 
- 
isSetFrameboolean isSetFrame()Returns whether the value of the 'Frame' attribute is set.- Returns:
- whether the value of the 'Frame' attribute is set.
- See Also:
 
 
-