Uses of Interface
net.opengis.gml311.TimePeriodType
-
Packages that use TimePeriodType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimePeriodType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePeriodType Modifier and Type Method Description TimePeriodType
Gml311Factory. createTimePeriodType()
Returns a new object of class 'Time Period Type'.TimePeriodType
DocumentRoot. getTemporalExtent()
Returns the value of the 'Temporal Extent' containment reference.TimePeriodType
DocumentRoot. getTimePeriod()
Returns the value of the 'Time Period' containment reference.TimePeriodType
TimePeriodPropertyType. getTimePeriod()
Returns the value of the 'Time Period' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TimePeriodType Modifier and Type Method Description EList<TimePeriodType>
ExtentType. getTemporalExtent()
Returns the value of the 'Temporal Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type TimePeriodType Modifier and Type Method Description void
DocumentRoot. setTemporalExtent(TimePeriodType value)
Sets the value of the 'Temporal Extent
' containment reference.void
DocumentRoot. setTimePeriod(TimePeriodType value)
Sets the value of the 'Time Period
' containment reference.void
TimePeriodPropertyType. setTimePeriod(TimePeriodType value)
Sets the value of the 'Time Period
' containment reference. -
Uses of TimePeriodType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePeriodType Modifier and Type Class Description class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.Fields in net.opengis.gml311.impl declared as TimePeriodType Modifier and Type Field Description protected TimePeriodType
TimePeriodPropertyTypeImpl. timePeriod
The cached value of the 'Time Period
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TimePeriodType Modifier and Type Field Description protected EList<TimePeriodType>
ExtentTypeImpl. temporalExtent
The cached value of the 'Temporal Extent
' containment reference list.Methods in net.opengis.gml311.impl that return TimePeriodType Modifier and Type Method Description TimePeriodType
Gml311FactoryImpl. createTimePeriodType()
TimePeriodType
DocumentRootImpl. getTemporalExtent()
TimePeriodType
DocumentRootImpl. getTimePeriod()
TimePeriodType
TimePeriodPropertyTypeImpl. getTimePeriod()
Methods in net.opengis.gml311.impl that return types with arguments of type TimePeriodType Modifier and Type Method Description EList<TimePeriodType>
ExtentTypeImpl. getTemporalExtent()
Methods in net.opengis.gml311.impl with parameters of type TimePeriodType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalExtent(TimePeriodType newTemporalExtent, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)
NotificationChain
TimePeriodPropertyTypeImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)
void
DocumentRootImpl. setTemporalExtent(TimePeriodType newTemporalExtent)
void
DocumentRootImpl. setTimePeriod(TimePeriodType newTimePeriod)
void
TimePeriodPropertyTypeImpl. setTimePeriod(TimePeriodType newTimePeriod)
-
Uses of TimePeriodType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePeriodType Modifier and Type Method Description T
Gml311Switch. caseTimePeriodType(TimePeriodType object)
Returns the result of interpreting the object as an instance of 'Time Period Type'.boolean
Gml311Validator. validateTimePeriodType(TimePeriodType timePeriodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-