org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeGeometricPrimitiveType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
org.citygml4j.jaxb.gml._3_1_1.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-Klasse für AbstractTimeGeometricPrimitiveType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Method Summary |
java.lang.String |
getFrame()
Ruft den Wert der frame-Eigenschaft ab. |
boolean |
isSetFrame()
|
void |
setFrame(java.lang.String value)
Legt den Wert der frame-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTimeGeometricPrimitiveType
public AbstractTimeGeometricPrimitiveType()
getFrame
public java.lang.String getFrame()
- Ruft den Wert der frame-Eigenschaft ab.
- Returns:
- possible object is
String
setFrame
public void setFrame(java.lang.String value)
- Legt den Wert der frame-Eigenschaft fest.
- Parameters:
value
- allowed object is
String
isSetFrame
public boolean isSetFrame()