Package net.opengis.gml311
Interface TemporalDatumType
-
- All Superinterfaces:
AbstractDatumBaseType
,AbstractDatumType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
,TemporalDatumBaseType
- All Known Implementing Classes:
TemporalDatumTypeImpl
public interface TemporalDatumType extends TemporalDatumBaseType
A representation of the model object 'Temporal Datum Type'. Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type.The following features are supported:
- See Also:
Gml311Package.getTemporalDatumType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendar
getOrigin()
Returns the value of the 'Origin' attribute.void
setOrigin(XMLGregorianCalendar value)
Sets the value of the 'Origin
' attribute.-
Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
-
Methods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getOrigin
XMLGregorianCalendar getOrigin()
Returns the value of the 'Origin' attribute. The date and time origin of this temporal datum.- Returns:
- the value of the 'Origin' attribute.
- See Also:
setOrigin(XMLGregorianCalendar)
,Gml311Package.getTemporalDatumType_Origin()
-
setOrigin
void setOrigin(XMLGregorianCalendar value)
Sets the value of the 'Origin
' attribute.- Parameters:
value
- the new value of the 'Origin' attribute.- See Also:
getOrigin()
-
-