it.cnr.imaa.essi.ncml.binding.gml
Class AbstractTimeGeometricPrimitiveType
java.lang.Object
it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeObjectType
it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
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
|
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
protected java.lang.String frame
AbstractTimeGeometricPrimitiveType
public AbstractTimeGeometricPrimitiveType()
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.