net.opengis.wcs11
Interface TimePeriodType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TimePeriodTypeImpl

public interface TimePeriodType
extends org.eclipse.emf.ecore.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. (Arliss) What does this mean? What do the TimeResolution and "frame" mean?

The following features are supported:

See Also:
Wcs111Package.getTimePeriodType()

Method Summary
 java.lang.Object getBeginPosition()
          Returns the value of the 'Begin Position' attribute.
 java.lang.Object getEndPosition()
          Returns the value of the 'End Position' attribute.
 java.lang.String getFrame()
          Returns the value of the 'Frame' attribute.
 java.lang.Object getTimeResolution()
          Returns the value of the 'Time Resolution' attribute.
 boolean isSetFrame()
          Returns whether the value of the 'Frame' attribute is set.
 void setBeginPosition(java.lang.Object value)
          Sets the value of the 'Begin Position' attribute.
 void setEndPosition(java.lang.Object value)
          Sets the value of the 'End Position' attribute.
 void setFrame(java.lang.String value)
          Sets the value of the 'Frame' attribute.
 void setTimeResolution(java.lang.Object value)
          Sets the value of the 'Time Resolution' attribute.
 void unsetFrame()
          Unsets the value of the 'Frame' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBeginPosition

java.lang.Object getBeginPosition()
Returns the value of the 'Begin Position' attribute.

If the meaning of the 'Begin Position' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Begin Position' attribute.
See Also:
setBeginPosition(Object), Wcs111Package.getTimePeriodType_BeginPosition()

setBeginPosition

void setBeginPosition(java.lang.Object value)
Sets the value of the 'Begin Position' attribute.

Parameters:
value - the new value of the 'Begin Position' attribute.
See Also:
getBeginPosition()

getEndPosition

java.lang.Object getEndPosition()
Returns the value of the 'End Position' attribute.

If the meaning of the 'End Position' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'End Position' attribute.
See Also:
setEndPosition(Object), Wcs111Package.getTimePeriodType_EndPosition()

setEndPosition

void setEndPosition(java.lang.Object value)
Sets the value of the 'End Position' attribute.

Parameters:
value - the new value of the 'End Position' attribute.
See Also:
getEndPosition()

getTimeResolution

java.lang.Object 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:
setTimeResolution(Object), Wcs111Package.getTimePeriodType_TimeResolution()

setTimeResolution

void setTimeResolution(java.lang.Object value)
Sets the value of the 'Time Resolution' attribute.

Parameters:
value - the new value of the 'Time Resolution' attribute.
See Also:
getTimeResolution()

getFrame

java.lang.String 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:
isSetFrame(), unsetFrame(), setFrame(String), Wcs111Package.getTimePeriodType_Frame()

setFrame

void setFrame(java.lang.String value)
Sets the value of the 'Frame' attribute.

Parameters:
value - the new value of the 'Frame' attribute.
See Also:
isSetFrame(), unsetFrame(), getFrame()

unsetFrame

void unsetFrame()
Unsets the value of the 'Frame' attribute.

See Also:
isSetFrame(), getFrame(), setFrame(String)

isSetFrame

boolean isSetFrame()
Returns whether the value of the 'Frame' attribute is set.

Returns:
whether the value of the 'Frame' attribute is set.
See Also:
unsetFrame(), getFrame(), setFrame(String)


Copyright © 1996-2010 Geotools. All Rights Reserved.