it.cnr.imaa.essi.ncml.binding.gml
Class AbstractTimeGeometricPrimitiveType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeObjectType
          extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
              extended by it.cnr.imaa.essi.ncml.binding.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.

Java class for AbstractTimeGeometricPrimitiveType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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  java.lang.String frame
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
relatedTime
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractTimeGeometricPrimitiveType()
           
 
Method Summary
 java.lang.String getFrame()
          Gets the value of the frame property.
 void setFrame(java.lang.String value)
          Sets the value of the frame property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
getRelatedTime
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

protected java.lang.String frame
Constructor Detail

AbstractTimeGeometricPrimitiveType

public AbstractTimeGeometricPrimitiveType()
Method Detail

getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String


Copyright © 2007. All Rights Reserved.