Package net.opengis.gml311
Interface EnvelopeWithTimePeriodType
- All Superinterfaces:
EnvelopeType
,EObject
,Notifier
- All Known Implementing Classes:
EnvelopeWithTimePeriodTypeImpl
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
Modifier and TypeMethodDescriptiongetFrame()
Returns the value of the 'Frame' attribute.EList<TimePositionType>
Returns the value of the 'Time Position' containment reference list.boolean
Returns whether the value of the 'Frame
' attribute is set.void
Sets the value of the 'Frame
' attribute.void
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
setFrame
Sets the value of the 'Frame
' attribute.- Parameters:
value
- the new value of the 'Frame' attribute.- See Also:
-
unsetFrame
void unsetFrame()Unsets the value of the 'Frame
' attribute.- See Also:
-
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:
-