net.opengis.gml
Class DynamicFeatureType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractFeatureType
          extended by net.opengis.gml.DynamicFeatureType

public class DynamicFeatureType
extends AbstractFeatureType

A dynamic feature may possess a history and/or a timestamp.

Classe Java pour DynamicFeatureType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="DynamicFeatureType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureType">
       <group ref="{http://www.opengis.net/gml}dynamicProperties"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  StringOrRefType dataSource
           
protected  JAXBElement<? extends HistoryPropertyType> history
           
protected  TimePrimitivePropertyType validTime
           
 
Fields inherited from class net.opengis.gml.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
DynamicFeatureType()
           
 
Method Summary
 StringOrRefType getDataSource()
          Obtient la valeur de la propriété dataSource.
 JAXBElement<? extends HistoryPropertyType> getHistory()
          Obtient la valeur de la propriété history.
 TimePrimitivePropertyType getValidTime()
          Obtient la valeur de la propriété validTime.
 boolean isSetDataSource()
           
 boolean isSetHistory()
           
 boolean isSetValidTime()
           
 void setDataSource(StringOrRefType value)
          Définit la valeur de la propriété dataSource.
 void setHistory(JAXBElement<? extends HistoryPropertyType> value)
          Définit la valeur de la propriété history.
 void setValidTime(TimePrimitivePropertyType value)
          Définit la valeur de la propriété validTime.
 
Methods inherited from class net.opengis.gml.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation
 
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

history

protected JAXBElement<? extends HistoryPropertyType> history

dataSource

protected StringOrRefType dataSource
Constructor Detail

DynamicFeatureType

public DynamicFeatureType()
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()

getHistory

public JAXBElement<? extends HistoryPropertyType> getHistory()
Obtient la valeur de la propriété history.

Returns:
possible object is JAXBElement<HistoryPropertyType> JAXBElement<TrackType>

setHistory

public void setHistory(JAXBElement<? extends HistoryPropertyType> value)
Définit la valeur de la propriété history.

Parameters:
value - allowed object is JAXBElement<HistoryPropertyType> JAXBElement<TrackType>

isSetHistory

public boolean isSetHistory()

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.