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