Uses of Interface
net.opengis.gml.TimePositionType
Packages that use TimePositionType
Package
Description
- 
Uses of TimePositionType in net.opengis.gml
Methods in net.opengis.gml that return TimePositionTypeModifier and TypeMethodDescriptionGmlFactory.createTimePositionType()Returns a new object of class 'Time Position Type'.DocumentRoot.getTimePosition()Returns the value of the 'Time Position' containment reference.Methods in net.opengis.gml with parameters of type TimePositionTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setTimePosition(TimePositionType value) Sets the value of the 'Time Position' containment reference. - 
Uses of TimePositionType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimePositionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Position Type'.Methods in net.opengis.gml.impl that return TimePositionTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createTimePositionType()DocumentRootImpl.getTimePosition()Methods in net.opengis.gml.impl with parameters of type TimePositionTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs) voidDocumentRootImpl.setTimePosition(TimePositionType newTimePosition)  - 
Uses of TimePositionType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type TimePositionTypeModifier and TypeMethodDescriptionGmlSwitch.caseTimePositionType(TimePositionType object) Returns the result of interpreting the object as an instance of 'Time Position Type'.booleanGmlValidator.validateTimePositionType(TimePositionType timePositionType, DiagnosticChain diagnostics, Map context)  - 
Uses of TimePositionType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type TimePositionTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateTimePosition(TimePositionType value)  - 
Uses of TimePositionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TimePositionTypeModifier and TypeMethodDescriptionTimePeriodType.getBeginPosition()Returns the value of the 'Begin Position' containment reference.TimePeriodType.getEndPosition()Returns the value of the 'End Position' containment reference.Methods in net.opengis.wcs10 with parameters of type TimePositionTypeModifier and TypeMethodDescriptionvoidTimePeriodType.setBeginPosition(TimePositionType value) Sets the value of the 'Begin Position' containment reference.voidTimePeriodType.setEndPosition(TimePositionType value) Sets the value of the 'End Position' containment reference. - 
Uses of TimePositionType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as TimePositionTypeModifier and TypeFieldDescriptionprotected TimePositionTypeTimePeriodTypeImpl.beginPositionThe cached value of the 'Begin Position' containment reference.protected TimePositionTypeTimePeriodTypeImpl.endPositionThe cached value of the 'End Position' containment reference.Methods in net.opengis.wcs10.impl that return TimePositionTypeModifier and TypeMethodDescriptionTimePeriodTypeImpl.getBeginPosition()TimePeriodTypeImpl.getEndPosition()Methods in net.opengis.wcs10.impl with parameters of type TimePositionTypeModifier and TypeMethodDescriptionNotificationChainTimePeriodTypeImpl.basicSetBeginPosition(TimePositionType newBeginPosition, NotificationChain msgs) NotificationChainTimePeriodTypeImpl.basicSetEndPosition(TimePositionType newEndPosition, NotificationChain msgs) voidTimePeriodTypeImpl.setBeginPosition(TimePositionType newBeginPosition) voidTimePeriodTypeImpl.setEndPosition(TimePositionType newEndPosition)  - 
Uses of TimePositionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TimePositionTypeModifier and TypeMethodDescriptionbooleanTimePeriodTypeValidator.validateBeginPosition(TimePositionType value) booleanTimePeriodTypeValidator.validateEndPosition(TimePositionType value)