Package net.opengis.gml311
Interface AbstractTimeGeometricPrimitiveType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,EObject
,Notifier
- All Known Subinterfaces:
TimeInstantType
,TimePeriodType
- All Known Implementing Classes:
AbstractTimeGeometricPrimitiveTypeImpl
,TimeInstantTypeImpl
,TimePeriodTypeImpl
public interface AbstractTimeGeometricPrimitiveType extends AbstractTimePrimitiveType
A representation of the model object 'Abstract Time Geometric Primitive Type'. 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.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFrame()
Returns the value of the 'Frame' attribute.boolean
isSetFrame()
Returns whether the value of the 'Frame
' attribute is set.void
setFrame(String value)
Sets the value of the 'Frame
' attribute.void
unsetFrame()
Unsets the value of the 'Frame
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
-
-
-
-
Method Detail
-
getFrame
String getFrame()
Returns the value of the 'Frame' attribute. The default value is"#ISO-8601"
.If the meaning of the 'Frame' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Frame' attribute.
- See Also:
isSetFrame()
,unsetFrame()
,setFrame(String)
,Gml311Package.getAbstractTimeGeometricPrimitiveType_Frame()
-
setFrame
void setFrame(String value)
Sets the value of the 'Frame
' attribute.- Parameters:
value
- the new value of the 'Frame' attribute.- See Also:
isSetFrame()
,unsetFrame()
,getFrame()
-
unsetFrame
void unsetFrame()
Unsets the value of the 'Frame
' attribute.- See Also:
isSetFrame()
,getFrame()
,setFrame(String)
-
isSetFrame
boolean isSetFrame()
Returns whether the value of the 'Frame
' attribute is set.- Returns:
- whether the value of the 'Frame' attribute is set.
- See Also:
unsetFrame()
,getFrame()
,setFrame(String)
-
-