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 TimePositionTypeGml311Factory. createTimePositionType()Returns a new object of class 'Time Position Type'.TimePositionTypeTimePeriodType. getBeginPosition()Returns the value of the 'Begin Position' containment reference.TimePositionTypeTimePeriodType. getEndPosition()Returns the value of the 'End Position' containment reference.TimePositionTypeTimeCoordinateSystemType. getOriginPosition()Returns the value of the 'Origin Position' containment reference.TimePositionTypeDocumentRoot. getTimePosition()Returns the value of the 'Time Position' containment reference.TimePositionTypeTimeInstantType. 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 voidTimePeriodType. 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.voidTimeCoordinateSystemType. setOriginPosition(TimePositionType value)Sets the value of the 'Origin Position' containment reference.voidDocumentRoot. setTimePosition(TimePositionType value)Sets the value of the 'Time Position' containment reference.voidTimeInstantType. 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 classTimePositionTypeImplAn implementation of the model object 'Time Position Type'.Fields in net.opengis.gml311.impl declared as TimePositionType Modifier and Type Field Description protected TimePositionTypeTimePeriodTypeImpl. beginPositionThe cached value of the 'Begin Position' containment reference.protected TimePositionTypeTimePeriodTypeImpl. endPositionThe cached value of the 'End Position' containment reference.protected TimePositionTypeTimeCoordinateSystemTypeImpl. originPositionThe cached value of the 'Origin Position' containment reference.protected TimePositionTypeTimeInstantTypeImpl. timePositionThe 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. timePositionThe cached value of the 'Time Position' containment reference list.Methods in net.opengis.gml311.impl that return TimePositionType Modifier and Type Method Description TimePositionTypeGml311FactoryImpl. createTimePositionType()TimePositionTypeTimePeriodTypeImpl. getBeginPosition()TimePositionTypeTimePeriodTypeImpl. getEndPosition()TimePositionTypeTimeCoordinateSystemTypeImpl. getOriginPosition()TimePositionTypeDocumentRootImpl. getTimePosition()TimePositionTypeTimeInstantTypeImpl. 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 NotificationChainTimePeriodTypeImpl. basicSetBeginPosition(TimePositionType newBeginPosition, NotificationChain msgs)NotificationChainTimePeriodTypeImpl. basicSetEndPosition(TimePositionType newEndPosition, NotificationChain msgs)NotificationChainTimeCoordinateSystemTypeImpl. basicSetOriginPosition(TimePositionType newOriginPosition, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs)NotificationChainTimeInstantTypeImpl. basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs)voidTimePeriodTypeImpl. setBeginPosition(TimePositionType newBeginPosition)voidTimePeriodTypeImpl. setEndPosition(TimePositionType newEndPosition)voidTimeCoordinateSystemTypeImpl. setOriginPosition(TimePositionType newOriginPosition)voidDocumentRootImpl. setTimePosition(TimePositionType newTimePosition)voidTimeInstantTypeImpl. 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 TGml311Switch. caseTimePositionType(TimePositionType object)Returns the result of interpreting the object as an instance of 'Time Position Type'.booleanGml311Validator. validateTimePositionType(TimePositionType timePositionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-