net.opengis.gml
Class AbstractTimeGeometricPrimitiveType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTimeObjectType
net.opengis.gml.AbstractTimePrimitiveType
net.opengis.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.
Classe Java pour AbstractTimeGeometricPrimitiveType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| 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 |
frame
protected String frame
AbstractTimeGeometricPrimitiveType
public AbstractTimeGeometricPrimitiveType()
getFrame
public String getFrame()
- Obtient la valeur de la propriété frame.
- Returns:
- possible object is
String
setFrame
public void setFrame(String value)
- Définit la valeur de la propriété frame.
- Parameters:
value - allowed object is
String
isSetFrame
public boolean isSetFrame()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.