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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFrame()Returns the value of the 'Frame' attribute.EListgetTimePosition()Returns the value of the 'Time Position' containment reference list.booleanisSetFrame()Returns whether the value of the 'Frame' attribute is set.voidsetFrame(String value)Sets the value of the 'Frame' attribute.voidunsetFrame()Unsets the value of the 'Frame' attribute.- 
Methods inherited from interface AbstractGeometryTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getMetaDataProperty, getName, setDescription
 - 
Methods inherited from interface EnvelopeTypegetPos
 
- 
 
- 
- 
- 
Method Detail- 
getTimePositionEList 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()
 
 - 
getFrameString 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()
 
 - 
setFramevoid setFrame(String value) Sets the value of the 'Frame' attribute.- Parameters:
- value- the new value of the 'Frame' attribute.
- See Also:
- isSetFrame(),- unsetFrame(),- getFrame()
 
 - 
unsetFramevoid unsetFrame() Unsets the value of the 'Frame' attribute.- See Also:
- isSetFrame(),- getFrame(),- setFrame(String)
 
 - 
isSetFrameboolean 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)
 
 
- 
 
-