Uses of Interface
net.opengis.gml311.TimeInstantType
Packages that use TimeInstantType
-
Uses of TimeInstantType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeInstantTypeModifier and TypeMethodDescriptionGml311Factory.createTimeInstantType()
Returns a new object of class 'Time Instant Type'.DocumentRoot.getTimeInstant()
Returns the value of the 'Time Instant' containment reference.TimeInstantPropertyType.getTimeInstant()
Returns the value of the 'Time Instant' containment reference.Methods in net.opengis.gml311 with parameters of type TimeInstantTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTimeInstant
(TimeInstantType value) Sets the value of the 'Time Instant
' containment reference.void
TimeInstantPropertyType.setTimeInstant
(TimeInstantType value) Sets the value of the 'Time Instant
' containment reference. -
Uses of TimeInstantType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeInstantTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Instant Type'.Fields in net.opengis.gml311.impl declared as TimeInstantTypeModifier and TypeFieldDescriptionprotected TimeInstantType
TimeInstantPropertyTypeImpl.timeInstant
The cached value of the 'Time Instant
' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeInstantType()
DocumentRootImpl.getTimeInstant()
TimeInstantPropertyTypeImpl.getTimeInstant()
Methods in net.opengis.gml311.impl with parameters of type TimeInstantTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimeInstant
(TimeInstantType newTimeInstant, NotificationChain msgs) NotificationChain
TimeInstantPropertyTypeImpl.basicSetTimeInstant
(TimeInstantType newTimeInstant, NotificationChain msgs) void
DocumentRootImpl.setTimeInstant
(TimeInstantType newTimeInstant) void
TimeInstantPropertyTypeImpl.setTimeInstant
(TimeInstantType newTimeInstant) -
Uses of TimeInstantType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeInstantTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeInstantType
(TimeInstantType object) Returns the result of interpreting the object as an instance of 'Time Instant Type'.boolean
Gml311Validator.validateTimeInstantType
(TimeInstantType timeInstantType, DiagnosticChain diagnostics, Map<Object, Object> context)