net.opengis.gml
Class TimeCoordinateSystemType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractTimeReferenceSystemType
              extended by net.opengis.gml.TimeCoordinateSystemType

public class TimeCoordinateSystemType
extends AbstractTimeReferenceSystemType

A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.

Classe Java pour TimeCoordinateSystemType complex type.

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

 <complexType name="TimeCoordinateSystemType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeReferenceSystemType">
       <sequence>
         <choice>
           <element name="originPosition" type="{http://www.opengis.net/gml}TimePositionType"/>
           <element name="origin" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/>
         </choice>
         <element name="interval" type="{http://www.opengis.net/gml}TimeIntervalLengthType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TimeIntervalLengthType interval
           
protected  TimeInstantPropertyType origin
           
protected  TimePositionType originPosition
           
 
Fields inherited from class net.opengis.gml.AbstractTimeReferenceSystemType
domainOfValidity
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TimeCoordinateSystemType()
           
 
Method Summary
 TimeIntervalLengthType getInterval()
          Obtient la valeur de la propriété interval.
 TimeInstantPropertyType getOrigin()
          Obtient la valeur de la propriété origin.
 TimePositionType getOriginPosition()
          Obtient la valeur de la propriété originPosition.
 boolean isSetInterval()
           
 boolean isSetOrigin()
           
 boolean isSetOriginPosition()
           
 void setInterval(TimeIntervalLengthType value)
          Définit la valeur de la propriété interval.
 void setOrigin(TimeInstantPropertyType value)
          Définit la valeur de la propriété origin.
 void setOriginPosition(TimePositionType value)
          Définit la valeur de la propriété originPosition.
 
Methods inherited from class net.opengis.gml.AbstractTimeReferenceSystemType
getDomainOfValidity, isSetDomainOfValidity, setDomainOfValidity
 
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

originPosition

protected TimePositionType originPosition

origin

protected TimeInstantPropertyType origin

interval

protected TimeIntervalLengthType interval
Constructor Detail

TimeCoordinateSystemType

public TimeCoordinateSystemType()
Method Detail

getOriginPosition

public TimePositionType getOriginPosition()
Obtient la valeur de la propriété originPosition.

Returns:
possible object is TimePositionType

setOriginPosition

public void setOriginPosition(TimePositionType value)
Définit la valeur de la propriété originPosition.

Parameters:
value - allowed object is TimePositionType

isSetOriginPosition

public boolean isSetOriginPosition()

getOrigin

public TimeInstantPropertyType getOrigin()
Obtient la valeur de la propriété origin.

Returns:
possible object is TimeInstantPropertyType

setOrigin

public void setOrigin(TimeInstantPropertyType value)
Définit la valeur de la propriété origin.

Parameters:
value - allowed object is TimeInstantPropertyType

isSetOrigin

public boolean isSetOrigin()

getInterval

public TimeIntervalLengthType getInterval()
Obtient la valeur de la propriété interval.

Returns:
possible object is TimeIntervalLengthType

setInterval

public void setInterval(TimeIntervalLengthType value)
Définit la valeur de la propriété interval.

Parameters:
value - allowed object is TimeIntervalLengthType

isSetInterval

public boolean isSetInterval()


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