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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFrame()Returns the value of the 'Frame' attribute.booleanisSetFrame()Returns whether the value of the 'Frame' attribute is set.voidsetFrame(String value)Sets the value of the 'Frame' attribute.voidunsetFrame()Unsets the value of the 'Frame' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimePrimitiveTypegetRelatedTime
 
- 
 
- 
- 
- 
Method Detail- 
getFrameString 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()
 
 - 
setFramevoid setFrame(String value) Sets the value of the 'Frame' attribute.- Parameters:
- value- the new value of the 'Frame' attribute.
- See Also:
- isSetFrame(),- unsetFrame(),- getFrame()
 
 - 
unsetFramevoid unsetFrame() Unsets the value of the 'Frame' attribute.- See Also:
- isSetFrame(),- getFrame(),- setFrame(String)
 
 - 
isSetFrameboolean 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)
 
 
- 
 
-