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 TypeInterfaceDescriptioninterfaceA 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 TypeMethodDescriptionvoidAbstractTimeSliceType.setValidTime(TimePrimitivePropertyType value) Sets the value of the 'Valid Time' containment reference.voidDocumentRoot.setValidTime(TimePrimitivePropertyType value) Sets the value of the 'Valid Time' containment reference.voidDynamicFeatureCollectionType.setValidTime(TimePrimitivePropertyType value) Sets the value of the 'Valid Time' containment reference.voidDynamicFeatureType.setValidTime(TimePrimitivePropertyType value) Sets the value of the 'Valid Time' containment reference.voidObservationType.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 TypeClassDescriptionclassAn implementation of the model object 'Related Time Type'.classAn implementation of the model object 'Time Primitive Property Type'.Fields in net.opengis.gml311.impl declared as TimePrimitivePropertyTypeModifier and TypeFieldDescriptionprotected TimePrimitivePropertyTypeAbstractTimeSliceTypeImpl.validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeDynamicFeatureCollectionTypeImpl.validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeDynamicFeatureTypeImpl.validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeObservationTypeImpl.validTimeThe 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 TypeMethodDescriptionNotificationChainAbstractTimeSliceTypeImpl.basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChainDynamicFeatureCollectionTypeImpl.basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChainDynamicFeatureTypeImpl.basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs) NotificationChainObservationTypeImpl.basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs) voidAbstractTimeSliceTypeImpl.setValidTime(TimePrimitivePropertyType newValidTime) voidDocumentRootImpl.setValidTime(TimePrimitivePropertyType newValidTime) voidDynamicFeatureCollectionTypeImpl.setValidTime(TimePrimitivePropertyType newValidTime) voidDynamicFeatureTypeImpl.setValidTime(TimePrimitivePropertyType newValidTime) voidObservationTypeImpl.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'.booleanGml311Validator.validateTimePrimitivePropertyType(TimePrimitivePropertyType timePrimitivePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)