net.opengis.gml
Class AbstractTimeGeometricPrimitiveType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTimeObjectType
          extended by net.opengis.gml.AbstractTimePrimitiveType
              extended by net.opengis.gml.AbstractTimeGeometricPrimitiveType
Direct Known Subclasses:
TimeInstantType, TimePeriodType

public abstract class AbstractTimeGeometricPrimitiveType
extends AbstractTimePrimitiveType

The abstract supertype for temporal geometric primitives. A temporal geometry must be associated with a temporal reference system via URI. The Gregorian calendar with UTC is the default reference system, following ISO 8601. Other reference systems in common use include the GPS calendar and the Julian calendar.

Classe Java pour AbstractTimeGeometricPrimitiveType complex type.

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

 <complexType name="AbstractTimeGeometricPrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimePrimitiveType">
       <attribute name="frame" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="#ISO-8601" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String frame
           
 
Fields inherited from class net.opengis.gml.AbstractTimePrimitiveType
relatedTime
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractTimeGeometricPrimitiveType()
           
 
Method Summary
 String getFrame()
          Obtient la valeur de la propriété frame.
 boolean isSetFrame()
           
 void setFrame(String value)
          Définit la valeur de la propriété frame.
 
Methods inherited from class net.opengis.gml.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, unsetRelatedTime
 
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

frame

protected String frame
Constructor Detail

AbstractTimeGeometricPrimitiveType

public AbstractTimeGeometricPrimitiveType()
Method Detail

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.