|
||||||||||
| 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.AbstractFeatureType
net.opengis.gml.AbstractFeatureCollectionType
net.opengis.gml.FeatureCollectionType
net.opengis.gml.DynamicFeatureCollectionType
public class DynamicFeatureCollectionType
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 |
|---|
protected TimePrimitivePropertyType validTime
protected JAXBElement<? extends HistoryPropertyType> history
protected StringOrRefType dataSource
| Constructor Detail |
|---|
public DynamicFeatureCollectionType()
| Method Detail |
|---|
public TimePrimitivePropertyType getValidTime()
TimePrimitivePropertyTypepublic void setValidTime(TimePrimitivePropertyType value)
value - allowed object is
TimePrimitivePropertyTypepublic boolean isSetValidTime()
public JAXBElement<? extends HistoryPropertyType> getHistory()
JAXBElement<HistoryPropertyType>
JAXBElement<TrackType>public void setHistory(JAXBElement<? extends HistoryPropertyType> value)
value - allowed object is
JAXBElement<HistoryPropertyType>
JAXBElement<TrackType>public boolean isSetHistory()
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 | |||||||||