Uses of Interface
net.opengis.gml311.TimePositionType
-
Packages that use TimePositionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimePositionType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePositionType Modifier and Type Method Description TimePositionType
Gml311Factory. createTimePositionType()
Returns a new object of class 'Time Position Type'.TimePositionType
TimePeriodType. getBeginPosition()
Returns the value of the 'Begin Position' containment reference.TimePositionType
TimePeriodType. getEndPosition()
Returns the value of the 'End Position' containment reference.TimePositionType
TimeCoordinateSystemType. getOriginPosition()
Returns the value of the 'Origin Position' containment reference.TimePositionType
DocumentRoot. getTimePosition()
Returns the value of the 'Time Position' containment reference.TimePositionType
TimeInstantType. getTimePosition()
Returns the value of the 'Time Position' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TimePositionType Modifier and Type Method Description EList<TimePositionType>
EnvelopeWithTimePeriodType. getTimePosition()
Returns the value of the 'Time Position' containment reference list.Methods in net.opengis.gml311 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.void
TimeCoordinateSystemType. setOriginPosition(TimePositionType value)
Sets the value of the 'Origin Position
' containment reference.void
DocumentRoot. setTimePosition(TimePositionType value)
Sets the value of the 'Time Position
' containment reference.void
TimeInstantType. setTimePosition(TimePositionType value)
Sets the value of the 'Time Position
' containment reference. -
Uses of TimePositionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePositionType Modifier and Type Class Description class
TimePositionTypeImpl
An implementation of the model object 'Time Position Type'.Fields in net.opengis.gml311.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.protected TimePositionType
TimeCoordinateSystemTypeImpl. originPosition
The cached value of the 'Origin Position
' containment reference.protected TimePositionType
TimeInstantTypeImpl. timePosition
The cached value of the 'Time Position
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TimePositionType Modifier and Type Field Description protected EList<TimePositionType>
EnvelopeWithTimePeriodTypeImpl. timePosition
The cached value of the 'Time Position
' containment reference list.Methods in net.opengis.gml311.impl that return TimePositionType Modifier and Type Method Description TimePositionType
Gml311FactoryImpl. createTimePositionType()
TimePositionType
TimePeriodTypeImpl. getBeginPosition()
TimePositionType
TimePeriodTypeImpl. getEndPosition()
TimePositionType
TimeCoordinateSystemTypeImpl. getOriginPosition()
TimePositionType
DocumentRootImpl. getTimePosition()
TimePositionType
TimeInstantTypeImpl. getTimePosition()
Methods in net.opengis.gml311.impl that return types with arguments of type TimePositionType Modifier and Type Method Description EList<TimePositionType>
EnvelopeWithTimePeriodTypeImpl. getTimePosition()
Methods in net.opengis.gml311.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)
NotificationChain
TimeCoordinateSystemTypeImpl. basicSetOriginPosition(TimePositionType newOriginPosition, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs)
NotificationChain
TimeInstantTypeImpl. basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs)
void
TimePeriodTypeImpl. setBeginPosition(TimePositionType newBeginPosition)
void
TimePeriodTypeImpl. setEndPosition(TimePositionType newEndPosition)
void
TimeCoordinateSystemTypeImpl. setOriginPosition(TimePositionType newOriginPosition)
void
DocumentRootImpl. setTimePosition(TimePositionType newTimePosition)
void
TimeInstantTypeImpl. setTimePosition(TimePositionType newTimePosition)
-
Uses of TimePositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePositionType Modifier and Type Method Description T
Gml311Switch. caseTimePositionType(TimePositionType object)
Returns the result of interpreting the object as an instance of 'Time Position Type'.boolean
Gml311Validator. validateTimePositionType(TimePositionType timePositionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-