net.opengis.gml
Class EnvelopeWithTimePeriodType

java.lang.Object
  extended by net.opengis.gml.EnvelopeType
      extended by net.opengis.gml.EnvelopeWithTimePeriodType

public class EnvelopeWithTimePeriodType
extends EnvelopeType

Envelope that includes also a temporal extent.

Classe Java pour EnvelopeWithTimePeriodType complex type.

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

 <complexType name="EnvelopeWithTimePeriodType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}EnvelopeType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}timePosition" maxOccurs="2" minOccurs="2"/>
       </sequence>
       <attribute name="frame" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="#ISO-8601" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String frame
           
protected  List<TimePositionType> timePosition
           
 
Fields inherited from class net.opengis.gml.EnvelopeType
axisLabels, coord, coordinates, lowerCorner, pos, srsDimension, srsName, uomLabels, upperCorner
 
Constructor Summary
EnvelopeWithTimePeriodType()
           
 
Method Summary
 String getFrame()
          Obtient la valeur de la propriété frame.
 List<TimePositionType> getTimePosition()
          Gets the value of the timePosition property.
 boolean isSetFrame()
           
 boolean isSetTimePosition()
           
 void setFrame(String value)
          Définit la valeur de la propriété frame.
 void unsetTimePosition()
           
 
Methods inherited from class net.opengis.gml.EnvelopeType
getAxisLabels, getCoord, getCoordinates, getLowerCorner, getPos, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, isSetAxisLabels, isSetCoord, isSetCoordinates, isSetLowerCorner, isSetPos, isSetSrsDimension, isSetSrsName, isSetUomLabels, isSetUpperCorner, setCoordinates, setLowerCorner, setSrsDimension, setSrsName, setUpperCorner, unsetAxisLabels, unsetCoord, unsetPos, unsetUomLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timePosition

protected List<TimePositionType> timePosition

frame

protected String frame
Constructor Detail

EnvelopeWithTimePeriodType

public EnvelopeWithTimePeriodType()
Method Detail

getTimePosition

public List<TimePositionType> getTimePosition()
Gets the value of the timePosition property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timePosition property.

For example, to add a new item, do as follows:

    getTimePosition().add(newItem);
 

Objects of the following type(s) are allowed in the list TimePositionType


isSetTimePosition

public boolean isSetTimePosition()

unsetTimePosition

public void unsetTimePosition()

getFrame

public String getFrame()
Obtient la valeur de la propriété frame.

Returns:
possible object is String

setFrame

public void setFrame(String value)
Définit la valeur de la propriété frame.

Parameters:
value - allowed object is String

isSetFrame

public boolean isSetFrame()


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