Uses of Interface
net.opengis.gml.TimePositionType
-
Packages that use TimePositionType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of TimePositionType in net.opengis.gml
Methods in net.opengis.gml that return TimePositionType Modifier and Type Method Description TimePositionType
GmlFactory. createTimePositionType()
Returns a new object of class 'Time Position Type'.TimePositionType
DocumentRoot. getTimePosition()
Returns the value of the 'Time Position' containment reference.Methods in net.opengis.gml with parameters of type TimePositionType Modifier and Type Method Description void
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 TimePositionType Modifier and Type Class Description class
TimePositionTypeImpl
An implementation of the model object 'Time Position Type'.Methods in net.opengis.gml.impl that return TimePositionType Modifier and Type Method Description TimePositionType
GmlFactoryImpl. createTimePositionType()
TimePositionType
DocumentRootImpl. getTimePosition()
Methods in net.opengis.gml.impl with parameters of type TimePositionType Modifier and Type Method Description NotificationChain
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 TimePositionType Modifier and Type Method Description Object
GmlSwitch. 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 TimePositionType Modifier and Type Method Description boolean
DocumentRootValidator. validateTimePosition(TimePositionType value)
-
Uses of TimePositionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TimePositionType Modifier and Type Method Description TimePositionType
TimePeriodType. getBeginPosition()
Returns the value of the 'Begin Position' containment reference.TimePositionType
TimePeriodType. getEndPosition()
Returns the value of the 'End Position' containment reference.Methods in net.opengis.wcs10 with parameters of type TimePositionType Modifier and Type Method Description void
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 TimePositionType Modifier and Type Field Description protected 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 TimePositionType Modifier and Type Method Description TimePositionType
TimePeriodTypeImpl. getBeginPosition()
TimePositionType
TimePeriodTypeImpl. getEndPosition()
Methods in net.opengis.wcs10.impl with parameters of type TimePositionType Modifier and Type Method Description NotificationChain
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 TimePositionType Modifier and Type Method Description boolean
TimePeriodTypeValidator. validateBeginPosition(TimePositionType value)
boolean
TimePeriodTypeValidator. validateEndPosition(TimePositionType value)
-