Uses of Interface
net.opengis.gml311.TimePrimitivePropertyType
Packages that use TimePrimitivePropertyType
-
Uses of TimePrimitivePropertyType in net.opengis.gml311
Subinterfaces of TimePrimitivePropertyType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Related Time Type'.Methods in net.opengis.gml311 that return TimePrimitivePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTimePrimitivePropertyType()
Returns a new object of class 'Time Primitive Property Type'.AbstractTimeSliceType.getValidTime()
Returns the value of the 'Valid Time' containment reference.DocumentRoot.getValidTime()
Returns the value of the 'Valid Time' containment reference.DynamicFeatureCollectionType.getValidTime()
Returns the value of the 'Valid Time' containment reference.DynamicFeatureType.getValidTime()
Returns the value of the 'Valid Time' containment reference.ObservationType.getValidTime()
Returns the value of the 'Valid Time' containment reference.Methods in net.opengis.gml311 with parameters of type TimePrimitivePropertyTypeModifier and TypeMethodDescriptionvoid
AbstractTimeSliceType.setValidTime
(TimePrimitivePropertyType value) Sets the value of the 'Valid Time
' containment reference.void
DocumentRoot.setValidTime
(TimePrimitivePropertyType value) Sets the value of the 'Valid Time
' containment reference.void
DynamicFeatureCollectionType.setValidTime
(TimePrimitivePropertyType value) Sets the value of the 'Valid Time
' containment reference.void
DynamicFeatureType.setValidTime
(TimePrimitivePropertyType value) Sets the value of the 'Valid Time
' containment reference.void
ObservationType.setValidTime
(TimePrimitivePropertyType value) Sets the value of the 'Valid Time
' containment reference. -
Uses of TimePrimitivePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePrimitivePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Related Time Type'.class
An implementation of the model object 'Time Primitive Property Type'.Fields in net.opengis.gml311.impl declared as TimePrimitivePropertyTypeModifier and TypeFieldDescriptionprotected TimePrimitivePropertyType
AbstractTimeSliceTypeImpl.validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
DynamicFeatureCollectionTypeImpl.validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
DynamicFeatureTypeImpl.validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
ObservationTypeImpl.validTime
The cached value of the 'Valid Time
' containment reference.Methods in net.opengis.gml311.impl that return TimePrimitivePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimePrimitivePropertyType()
AbstractTimeSliceTypeImpl.getValidTime()
DocumentRootImpl.getValidTime()
DynamicFeatureCollectionTypeImpl.getValidTime()
DynamicFeatureTypeImpl.getValidTime()
ObservationTypeImpl.getValidTime()
Methods in net.opengis.gml311.impl with parameters of type TimePrimitivePropertyTypeModifier and TypeMethodDescriptionNotificationChain
AbstractTimeSliceTypeImpl.basicSetValidTime
(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetValidTime
(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChain
DynamicFeatureCollectionTypeImpl.basicSetValidTime
(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChain
DynamicFeatureTypeImpl.basicSetValidTime
(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChain
ObservationTypeImpl.basicSetValidTime
(TimePrimitivePropertyType newValidTime, NotificationChain msgs) void
AbstractTimeSliceTypeImpl.setValidTime
(TimePrimitivePropertyType newValidTime) void
DocumentRootImpl.setValidTime
(TimePrimitivePropertyType newValidTime) void
DynamicFeatureCollectionTypeImpl.setValidTime
(TimePrimitivePropertyType newValidTime) void
DynamicFeatureTypeImpl.setValidTime
(TimePrimitivePropertyType newValidTime) void
ObservationTypeImpl.setValidTime
(TimePrimitivePropertyType newValidTime) -
Uses of TimePrimitivePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePrimitivePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTimePrimitivePropertyType
(TimePrimitivePropertyType object) Returns the result of interpreting the object as an instance of 'Time Primitive Property Type'.boolean
Gml311Validator.validateTimePrimitivePropertyType
(TimePrimitivePropertyType timePrimitivePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)