Uses of Interface
net.opengis.gml311.TimePeriodPropertyType
Packages that use TimePeriodPropertyType
-
Uses of TimePeriodPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePeriodPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTimePeriodPropertyType()
Returns a new object of class 'Time Period Property Type'.TimeCalendarEraType.getEpochOfUse()
Returns the value of the 'Epoch Of Use' containment reference.TimeEdgeType.getExtent()
Returns the value of the 'Extent' containment reference.TimeOrdinalEraType.getExtent()
Returns the value of the 'Extent' containment reference.Methods in net.opengis.gml311 with parameters of type TimePeriodPropertyTypeModifier and TypeMethodDescriptionvoid
TimeCalendarEraType.setEpochOfUse
(TimePeriodPropertyType value) Sets the value of the 'Epoch Of Use
' containment reference.void
TimeEdgeType.setExtent
(TimePeriodPropertyType value) Sets the value of the 'Extent
' containment reference.void
TimeOrdinalEraType.setExtent
(TimePeriodPropertyType value) Sets the value of the 'Extent
' containment reference. -
Uses of TimePeriodPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePeriodPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Period Property Type'.Fields in net.opengis.gml311.impl declared as TimePeriodPropertyTypeModifier and TypeFieldDescriptionprotected TimePeriodPropertyType
TimeCalendarEraTypeImpl.epochOfUse
The cached value of the 'Epoch Of Use
' containment reference.protected TimePeriodPropertyType
TimeEdgeTypeImpl.extent
The cached value of the 'Extent
' containment reference.protected TimePeriodPropertyType
TimeOrdinalEraTypeImpl.extent
The cached value of the 'Extent
' containment reference.Methods in net.opengis.gml311.impl that return TimePeriodPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimePeriodPropertyType()
TimeCalendarEraTypeImpl.getEpochOfUse()
TimeEdgeTypeImpl.getExtent()
TimeOrdinalEraTypeImpl.getExtent()
Methods in net.opengis.gml311.impl with parameters of type TimePeriodPropertyTypeModifier and TypeMethodDescriptionNotificationChain
TimeCalendarEraTypeImpl.basicSetEpochOfUse
(TimePeriodPropertyType newEpochOfUse, NotificationChain msgs) NotificationChain
TimeEdgeTypeImpl.basicSetExtent
(TimePeriodPropertyType newExtent, NotificationChain msgs) NotificationChain
TimeOrdinalEraTypeImpl.basicSetExtent
(TimePeriodPropertyType newExtent, NotificationChain msgs) void
TimeCalendarEraTypeImpl.setEpochOfUse
(TimePeriodPropertyType newEpochOfUse) void
TimeEdgeTypeImpl.setExtent
(TimePeriodPropertyType newExtent) void
TimeOrdinalEraTypeImpl.setExtent
(TimePeriodPropertyType newExtent) -
Uses of TimePeriodPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePeriodPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTimePeriodPropertyType
(TimePeriodPropertyType object) Returns the result of interpreting the object as an instance of 'Time Period Property Type'.boolean
Gml311Validator.validateTimePeriodPropertyType
(TimePeriodPropertyType timePeriodPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)