Package net.opengis.gml311
Interface AbstractTimeSliceType
-
- All Superinterfaces:
AbstractGMLType,EObject,Notifier
- All Known Subinterfaces:
MovingObjectStatusType
- All Known Implementing Classes:
AbstractTimeSliceTypeImpl,MovingObjectStatusTypeImpl
public interface AbstractTimeSliceType extends AbstractGMLType
A representation of the model object 'Abstract Time Slice Type'. A timeslice encapsulates the time-varying properties of a dynamic feature--it must be extended to represent a timestamped projection of a feature. The dataSource property describes how the temporal data was acquired.The following features are supported:
- See Also:
Gml311Package.getAbstractTimeSliceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringOrRefTypegetDataSource()Returns the value of the 'Data Source' containment reference.TimePrimitivePropertyTypegetValidTime()Returns the value of the 'Valid Time' containment reference.voidsetDataSource(StringOrRefType value)Sets the value of the 'Data Source' containment reference.voidsetValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getValidTime
TimePrimitivePropertyType getValidTime()
Returns the value of the 'Valid Time' containment reference.If the meaning of the 'Valid Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Valid Time' containment reference.
- See Also:
setValidTime(TimePrimitivePropertyType),Gml311Package.getAbstractTimeSliceType_ValidTime()
-
setValidTime
void setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time' containment reference.- Parameters:
value- the new value of the 'Valid Time' containment reference.- See Also:
getValidTime()
-
getDataSource
StringOrRefType getDataSource()
Returns the value of the 'Data Source' containment reference.If the meaning of the 'Data Source' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Data Source' containment reference.
- See Also:
setDataSource(StringOrRefType),Gml311Package.getAbstractTimeSliceType_DataSource()
-
setDataSource
void setDataSource(StringOrRefType value)
Sets the value of the 'Data Source' containment reference.- Parameters:
value- the new value of the 'Data Source' containment reference.- See Also:
getDataSource()
-
-