Package com.luciad.ogc.wcs.common.model
Class TLcdWCSTimePeriod
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSTimePeriod
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the begin position.Gets the end position.getFrame()
Gets the frame.Gets the time resolution.void
setBeginPosition
(ILcdGML3TimePosition aBeginPosition) Sets the begin position.void
setEndPosition
(ILcdGML3TimePosition aEndPosition) Sets the end position.void
Sets the frame.void
setTimeResolution
(ILcdGML3TimeDuration aTimeResolution) Sets the time resolution.
-
Constructor Details
-
TLcdWCSTimePeriod
public TLcdWCSTimePeriod()
-
-
Method Details
-
getFrame
Gets the frame.- Returns:
- the frame.
-
setFrame
Sets the frame.- Parameters:
aFrame
- the frame to be set.
-
getBeginPosition
Gets the begin position.- Returns:
- the begin position.
-
setBeginPosition
Sets the begin position.- Parameters:
aBeginPosition
- the begin position to be set.
-
getEndPosition
Gets the end position.- Returns:
- the end position.
-
setEndPosition
Sets the end position.- Parameters:
aEndPosition
- the end position to be set.
-
getTimeResolution
Gets the time resolution.- Returns:
- the time resolution.
-
setTimeResolution
Sets the time resolution.- Parameters:
aTimeResolution
- the time resolution to be set.
-