|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTimeSliceType
public abstract class AbstractTimeSliceType
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.
Classe Java pour AbstractTimeSliceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractTimeSliceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGMLType">
<sequence>
<element ref="{http://www.opengis.net/gml}validTime"/>
<element ref="{http://www.opengis.net/gml}dataSource" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected StringOrRefType |
dataSource
|
protected TimePrimitivePropertyType |
validTime
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractTimeSliceType()
|
|
| Method Summary | |
|---|---|
StringOrRefType |
getDataSource()
Obtient la valeur de la propriété dataSource. |
TimePrimitivePropertyType |
getValidTime()
Obtient la valeur de la propriété validTime. |
boolean |
isSetDataSource()
|
boolean |
isSetValidTime()
|
void |
setDataSource(StringOrRefType value)
Définit la valeur de la propriété dataSource. |
void |
setValidTime(TimePrimitivePropertyType value)
Définit la valeur de la propriété validTime. |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TimePrimitivePropertyType validTime
protected StringOrRefType dataSource
| Constructor Detail |
|---|
public AbstractTimeSliceType()
| Method Detail |
|---|
public TimePrimitivePropertyType getValidTime()
TimePrimitivePropertyTypepublic void setValidTime(TimePrimitivePropertyType value)
value - allowed object is
TimePrimitivePropertyTypepublic boolean isSetValidTime()
public StringOrRefType getDataSource()
StringOrRefTypepublic void setDataSource(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetDataSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||