Package net.opengis.gml
Interface EnvelopeWithTimePeriodType
-
- All Superinterfaces:
AbstractGeometryBaseType
,AbstractGeometryType
,AbstractGMLType
,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
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 AbstractGeometryType
getSrsName, setSrsName
-
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
-
Methods inherited from interface EnvelopeType
getPos
-
-
-
-
Method Detail
-
getTimePosition
EList 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:
GmlPackage.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)
,GmlPackage.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)
-
-