Uses of Interface
net.opengis.gml311.HistoryPropertyType
Packages that use HistoryPropertyType
-
Uses of HistoryPropertyType in net.opengis.gml311
Subinterfaces of HistoryPropertyType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Track Type'.Methods in net.opengis.gml311 that return HistoryPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createHistoryPropertyType()
Returns a new object of class 'History Property Type'.DocumentRoot.getHistory()
Returns the value of the 'History' containment reference.DynamicFeatureCollectionType.getHistory()
Returns the value of the 'History' containment reference.DynamicFeatureType.getHistory()
Returns the value of the 'History' containment reference.Methods in net.opengis.gml311 with parameters of type HistoryPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setHistory
(HistoryPropertyType value) Sets the value of the 'History
' containment reference.void
DynamicFeatureCollectionType.setHistory
(HistoryPropertyType value) Sets the value of the 'History
' containment reference.void
DynamicFeatureType.setHistory
(HistoryPropertyType value) Sets the value of the 'History
' containment reference. -
Uses of HistoryPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement HistoryPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'History Property Type'.class
An implementation of the model object 'Track Type'.Methods in net.opengis.gml311.impl that return HistoryPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createHistoryPropertyType()
DocumentRootImpl.getHistory()
DynamicFeatureCollectionTypeImpl.getHistory()
DynamicFeatureTypeImpl.getHistory()
Methods in net.opengis.gml311.impl with parameters of type HistoryPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetHistory
(HistoryPropertyType newHistory, NotificationChain msgs) NotificationChain
DynamicFeatureCollectionTypeImpl.basicSetHistory
(HistoryPropertyType newHistory, NotificationChain msgs) NotificationChain
DynamicFeatureTypeImpl.basicSetHistory
(HistoryPropertyType newHistory, NotificationChain msgs) void
DocumentRootImpl.setHistory
(HistoryPropertyType newHistory) void
DynamicFeatureCollectionTypeImpl.setHistory
(HistoryPropertyType newHistory) void
DynamicFeatureTypeImpl.setHistory
(HistoryPropertyType newHistory) -
Uses of HistoryPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type HistoryPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseHistoryPropertyType
(HistoryPropertyType object) Returns the result of interpreting the object as an instance of 'History Property Type'.boolean
Gml311Validator.validateHistoryPropertyType
(HistoryPropertyType historyPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)