net.opengis.gml
Class DynamicFeatureCollectionType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractFeatureType
          extended by net.opengis.gml.AbstractFeatureCollectionType
              extended by net.opengis.gml.FeatureCollectionType
                  extended by net.opengis.gml.DynamicFeatureCollectionType

public class DynamicFeatureCollectionType
extends FeatureCollectionType

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

Classe Java pour DynamicFeatureCollectionType complex type.

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

 <complexType name="DynamicFeatureCollectionType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}FeatureCollectionType">
       <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.AbstractFeatureCollectionType
featureMember, featureMembers
 
Fields inherited from class net.opengis.gml.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
DynamicFeatureCollectionType()
           
 
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.AbstractFeatureCollectionType
getFeatureMember, getFeatureMembers, isSetFeatureMember, isSetFeatureMembers, setFeatureMembers, unsetFeatureMember
 
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

DynamicFeatureCollectionType

public DynamicFeatureCollectionType()
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.