it.cnr.imaa.essi.ncml.binding.gml
Class TimeInstantType
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
it.cnr.imaa.essi.ncml.binding.gml.TimeInstantType
public class TimeInstantType
- extends AbstractTimeGeometricPrimitiveType
Omit back-pointers begunBy, endedBy.
Java class for TimeInstantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeInstantType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}timePosition"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timePosition
protected TimePositionType timePosition
TimeInstantType
public TimeInstantType()
getTimePosition
public TimePositionType getTimePosition()
- Gets the value of the timePosition property.
- Returns:
- possible object is
TimePositionType
setTimePosition
public void setTimePosition(TimePositionType value)
- Sets the value of the timePosition property.
- Parameters:
value - allowed object is
TimePositionType
Copyright © 2007. All Rights Reserved.