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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimePosition
(TimePositionType newTimePosition, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
GmlValidator.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 TypeMethodDescriptionboolean
DocumentRootValidator.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 TypeMethodDescriptionvoid
TimePeriodType.setBeginPosition
(TimePositionType value) Sets the value of the 'Begin Position
' containment reference.void
TimePeriodType.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 TimePositionType
TimePeriodTypeImpl.beginPosition
The cached value of the 'Begin Position
' containment reference.protected TimePositionType
TimePeriodTypeImpl.endPosition
The 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 TypeMethodDescriptionNotificationChain
TimePeriodTypeImpl.basicSetBeginPosition
(TimePositionType newBeginPosition, NotificationChain msgs) NotificationChain
TimePeriodTypeImpl.basicSetEndPosition
(TimePositionType newEndPosition, NotificationChain msgs) void
TimePeriodTypeImpl.setBeginPosition
(TimePositionType newBeginPosition) void
TimePeriodTypeImpl.setEndPosition
(TimePositionType newEndPosition) -
Uses of TimePositionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TimePositionTypeModifier and TypeMethodDescriptionboolean
TimePeriodTypeValidator.validateBeginPosition
(TimePositionType value) boolean
TimePeriodTypeValidator.validateEndPosition
(TimePositionType value)