Uses of Interface
net.opengis.gml311.TimeInstantPropertyType
Packages that use TimeInstantPropertyType
- 
Uses of TimeInstantPropertyType in net.opengis.gml311Methods 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 TypeMethodDescriptionvoidTimePeriodType.setBegin(TimeInstantPropertyType value) Sets the value of the 'Begin' containment reference.voidTimePeriodType.setEnd(TimeInstantPropertyType value) Sets the value of the 'End' containment reference.voidTimeCoordinateSystemType.setOrigin(TimeInstantPropertyType value) Sets the value of the 'Origin' containment reference.voidTimeNodeType.setPosition(TimeInstantPropertyType value) Sets the value of the 'Position' containment reference.
- 
Uses of TimeInstantPropertyType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement TimeInstantPropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Instant Property Type'.Fields in net.opengis.gml311.impl declared as TimeInstantPropertyTypeModifier and TypeFieldDescriptionprotected TimeInstantPropertyTypeTimePeriodTypeImpl.beginThe cached value of the 'Begin' containment reference.protected TimeInstantPropertyTypeTimePeriodTypeImpl.endThe cached value of the 'End' containment reference.protected TimeInstantPropertyTypeTimeCoordinateSystemTypeImpl.originThe cached value of the 'Origin' containment reference.protected TimeInstantPropertyTypeTimeNodeTypeImpl.positionThe 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 TypeMethodDescriptionNotificationChainTimePeriodTypeImpl.basicSetBegin(TimeInstantPropertyType newBegin, NotificationChain msgs) NotificationChainTimePeriodTypeImpl.basicSetEnd(TimeInstantPropertyType newEnd, NotificationChain msgs) NotificationChainTimeCoordinateSystemTypeImpl.basicSetOrigin(TimeInstantPropertyType newOrigin, NotificationChain msgs) NotificationChainTimeNodeTypeImpl.basicSetPosition(TimeInstantPropertyType newPosition, NotificationChain msgs) voidTimePeriodTypeImpl.setBegin(TimeInstantPropertyType newBegin) voidTimePeriodTypeImpl.setEnd(TimeInstantPropertyType newEnd) voidTimeCoordinateSystemTypeImpl.setOrigin(TimeInstantPropertyType newOrigin) voidTimeNodeTypeImpl.setPosition(TimeInstantPropertyType newPosition) 
- 
Uses of TimeInstantPropertyType in net.opengis.gml311.utilMethods 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'.booleanGml311Validator.validateTimeInstantPropertyType(TimeInstantPropertyType timeInstantPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)