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 TimePeriodTypeGml311Factory. createTimePeriodType()Returns a new object of class 'Time Period Type'.TimePeriodTypeDocumentRoot. getTemporalExtent()Returns the value of the 'Temporal Extent' containment reference.TimePeriodTypeDocumentRoot. getTimePeriod()Returns the value of the 'Time Period' containment reference.TimePeriodTypeTimePeriodPropertyType. 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 voidDocumentRoot. setTemporalExtent(TimePeriodType value)Sets the value of the 'Temporal Extent' containment reference.voidDocumentRoot. setTimePeriod(TimePeriodType value)Sets the value of the 'Time Period' containment reference.voidTimePeriodPropertyType. 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 classTimePeriodTypeImplAn implementation of the model object 'Time Period Type'.Fields in net.opengis.gml311.impl declared as TimePeriodType Modifier and Type Field Description protected TimePeriodTypeTimePeriodPropertyTypeImpl. timePeriodThe 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. temporalExtentThe cached value of the 'Temporal Extent' containment reference list.Methods in net.opengis.gml311.impl that return TimePeriodType Modifier and Type Method Description TimePeriodTypeGml311FactoryImpl. createTimePeriodType()TimePeriodTypeDocumentRootImpl. getTemporalExtent()TimePeriodTypeDocumentRootImpl. getTimePeriod()TimePeriodTypeTimePeriodPropertyTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetTemporalExtent(TimePeriodType newTemporalExtent, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)NotificationChainTimePeriodPropertyTypeImpl. basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)voidDocumentRootImpl. setTemporalExtent(TimePeriodType newTemporalExtent)voidDocumentRootImpl. setTimePeriod(TimePeriodType newTimePeriod)voidTimePeriodPropertyTypeImpl. 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 TGml311Switch. caseTimePeriodType(TimePeriodType object)Returns the result of interpreting the object as an instance of 'Time Period Type'.booleanGml311Validator. validateTimePeriodType(TimePeriodType timePeriodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-