Uses of Interface
net.opengis.gml311.TimeInstantPropertyType
Packages that use TimeInstantPropertyType
-
Uses of TimeInstantPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeInstantPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTimeInstantPropertyType()
Returns a new object of class 'Time Instant Property Type'.TimePeriodType.getBegin()
Returns the value of the 'Begin' containment reference.TimePeriodType.getEnd()
Returns the value of the 'End' containment reference.TimeCoordinateSystemType.getOrigin()
Returns the value of the 'Origin' containment reference.TimeNodeType.getPosition()
Returns the value of the 'Position' containment reference.Methods in net.opengis.gml311 with parameters of type TimeInstantPropertyTypeModifier and TypeMethodDescriptionvoid
TimePeriodType.setBegin
(TimeInstantPropertyType value) Sets the value of the 'Begin
' containment reference.void
TimePeriodType.setEnd
(TimeInstantPropertyType value) Sets the value of the 'End
' containment reference.void
TimeCoordinateSystemType.setOrigin
(TimeInstantPropertyType value) Sets the value of the 'Origin
' containment reference.void
TimeNodeType.setPosition
(TimeInstantPropertyType value) Sets the value of the 'Position
' containment reference. -
Uses of TimeInstantPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeInstantPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Instant Property Type'.Fields in net.opengis.gml311.impl declared as TimeInstantPropertyTypeModifier and TypeFieldDescriptionprotected TimeInstantPropertyType
TimePeriodTypeImpl.begin
The cached value of the 'Begin
' containment reference.protected TimeInstantPropertyType
TimePeriodTypeImpl.end
The cached value of the 'End
' containment reference.protected TimeInstantPropertyType
TimeCoordinateSystemTypeImpl.origin
The cached value of the 'Origin
' containment reference.protected TimeInstantPropertyType
TimeNodeTypeImpl.position
The cached value of the 'Position
' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeInstantPropertyType()
TimePeriodTypeImpl.getBegin()
TimePeriodTypeImpl.getEnd()
TimeCoordinateSystemTypeImpl.getOrigin()
TimeNodeTypeImpl.getPosition()
Methods in net.opengis.gml311.impl with parameters of type TimeInstantPropertyTypeModifier and TypeMethodDescriptionNotificationChain
TimePeriodTypeImpl.basicSetBegin
(TimeInstantPropertyType newBegin, NotificationChain msgs) NotificationChain
TimePeriodTypeImpl.basicSetEnd
(TimeInstantPropertyType newEnd, NotificationChain msgs) NotificationChain
TimeCoordinateSystemTypeImpl.basicSetOrigin
(TimeInstantPropertyType newOrigin, NotificationChain msgs) NotificationChain
TimeNodeTypeImpl.basicSetPosition
(TimeInstantPropertyType newPosition, NotificationChain msgs) void
TimePeriodTypeImpl.setBegin
(TimeInstantPropertyType newBegin) void
TimePeriodTypeImpl.setEnd
(TimeInstantPropertyType newEnd) void
TimeCoordinateSystemTypeImpl.setOrigin
(TimeInstantPropertyType newOrigin) void
TimeNodeTypeImpl.setPosition
(TimeInstantPropertyType newPosition) -
Uses of TimeInstantPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeInstantPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeInstantPropertyType
(TimeInstantPropertyType object) Returns the result of interpreting the object as an instance of 'Time Instant Property Type'.boolean
Gml311Validator.validateTimeInstantPropertyType
(TimeInstantPropertyType timeInstantPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)