net.opengis.gml
Class AbstractTimeSliceType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTimeSliceType
Direct Known Subclasses:
MovingObjectStatusType

public abstract class AbstractTimeSliceType
extends AbstractGMLType

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

validTime

protected TimePrimitivePropertyType validTime

dataSource

protected StringOrRefType dataSource
Constructor Detail

AbstractTimeSliceType

public AbstractTimeSliceType()
Method Detail

getValidTime

public TimePrimitivePropertyType getValidTime()
Obtient la valeur de la propriété validTime.

Returns:
possible object is TimePrimitivePropertyType

setValidTime

public void setValidTime(TimePrimitivePropertyType value)
Définit la valeur de la propriété validTime.

Parameters:
value - allowed object is TimePrimitivePropertyType

isSetValidTime

public boolean isSetValidTime()

getDataSource

public StringOrRefType getDataSource()
Obtient la valeur de la propriété dataSource.

Returns:
possible object is StringOrRefType

setDataSource

public void setDataSource(StringOrRefType value)
Définit la valeur de la propriété dataSource.

Parameters:
value - allowed object is StringOrRefType

isSetDataSource

public boolean isSetDataSource()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.