Package net.opengis.gml311
Interface EnvelopeWithTimePeriodType
-
- All Superinterfaces:
EnvelopeType
,EObject
,Notifier
- All Known Implementing Classes:
EnvelopeWithTimePeriodTypeImpl
public interface EnvelopeWithTimePeriodType extends EnvelopeType
A representation of the model object 'Envelope With Time Period Type'. Envelope that includes also a temporal extent.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFrame()
Returns the value of the 'Frame' attribute.EList<TimePositionType>
getTimePosition()
Returns the value of the 'Time Position' containment reference list.boolean
isSetFrame()
Returns whether the value of the 'Frame
' attribute is set.void
setFrame(String value)
Sets the value of the 'Frame
' attribute.void
unsetFrame()
Unsets the value of the 'Frame
' attribute.-
Methods inherited from interface EnvelopeType
getAxisLabels, getCoord, getCoordinates, getLowerCorner, getPos, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, setAxisLabels, setCoordinates, setLowerCorner, setSrsDimension, setSrsName, setUomLabels, setUpperCorner
-
-
-
-
Method Detail
-
getTimePosition
EList<TimePositionType> getTimePosition()
Returns the value of the 'Time Position' containment reference list. The list contents are of typeTimePositionType
. Direct representation of a temporal position- Returns:
- the value of the 'Time Position' containment reference list.
- See Also:
Gml311Package.getEnvelopeWithTimePeriodType_TimePosition()
-
getFrame
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)
,Gml311Package.getEnvelopeWithTimePeriodType_Frame()
-
setFrame
void setFrame(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)
-
-