|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractTimeReferenceSystemType
net.opengis.gml.TimeCoordinateSystemType
public class TimeCoordinateSystemType
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 |
|---|
protected TimePositionType originPosition
protected TimeInstantPropertyType origin
protected TimeIntervalLengthType interval
| Constructor Detail |
|---|
public TimeCoordinateSystemType()
| Method Detail |
|---|
public TimePositionType getOriginPosition()
TimePositionTypepublic void setOriginPosition(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetOriginPosition()
public TimeInstantPropertyType getOrigin()
TimeInstantPropertyTypepublic void setOrigin(TimeInstantPropertyType value)
value - allowed object is
TimeInstantPropertyTypepublic boolean isSetOrigin()
public TimeIntervalLengthType getInterval()
TimeIntervalLengthTypepublic void setInterval(TimeIntervalLengthType value)
value - allowed object is
TimeIntervalLengthTypepublic boolean isSetInterval()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||