Uses of Interface
net.opengis.gml311.HistoryPropertyType
-
Packages that use HistoryPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of HistoryPropertyType in net.opengis.gml311
Subinterfaces of HistoryPropertyType in net.opengis.gml311 Modifier and Type Interface Description interface
TrackType
A representation of the model object 'Track Type'.Methods in net.opengis.gml311 that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyType
Gml311Factory. createHistoryPropertyType()
Returns a new object of class 'History Property Type'.HistoryPropertyType
DocumentRoot. getHistory()
Returns the value of the 'History' containment reference.HistoryPropertyType
DynamicFeatureCollectionType. getHistory()
Returns the value of the 'History' containment reference.HistoryPropertyType
DynamicFeatureType. getHistory()
Returns the value of the 'History' containment reference.Methods in net.opengis.gml311 with parameters of type HistoryPropertyType Modifier and Type Method Description void
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 HistoryPropertyType Modifier and Type Class Description class
HistoryPropertyTypeImpl
An implementation of the model object 'History Property Type'.class
TrackTypeImpl
An implementation of the model object 'Track Type'.Methods in net.opengis.gml311.impl that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyType
Gml311FactoryImpl. createHistoryPropertyType()
HistoryPropertyType
DocumentRootImpl. getHistory()
HistoryPropertyType
DynamicFeatureCollectionTypeImpl. getHistory()
HistoryPropertyType
DynamicFeatureTypeImpl. getHistory()
Methods in net.opengis.gml311.impl with parameters of type HistoryPropertyType Modifier and Type Method Description NotificationChain
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 HistoryPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-