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 interfaceTrackTypeA representation of the model object 'Track Type'.Methods in net.opengis.gml311 that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyTypeGml311Factory. createHistoryPropertyType()Returns a new object of class 'History Property Type'.HistoryPropertyTypeDocumentRoot. getHistory()Returns the value of the 'History' containment reference.HistoryPropertyTypeDynamicFeatureCollectionType. getHistory()Returns the value of the 'History' containment reference.HistoryPropertyTypeDynamicFeatureType. getHistory()Returns the value of the 'History' containment reference.Methods in net.opengis.gml311 with parameters of type HistoryPropertyType Modifier and Type Method Description voidDocumentRoot. setHistory(HistoryPropertyType value)Sets the value of the 'History' containment reference.voidDynamicFeatureCollectionType. setHistory(HistoryPropertyType value)Sets the value of the 'History' containment reference.voidDynamicFeatureType. 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 classHistoryPropertyTypeImplAn implementation of the model object 'History Property Type'.classTrackTypeImplAn implementation of the model object 'Track Type'.Methods in net.opengis.gml311.impl that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyTypeGml311FactoryImpl. createHistoryPropertyType()HistoryPropertyTypeDocumentRootImpl. getHistory()HistoryPropertyTypeDynamicFeatureCollectionTypeImpl. getHistory()HistoryPropertyTypeDynamicFeatureTypeImpl. getHistory()Methods in net.opengis.gml311.impl with parameters of type HistoryPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetHistory(HistoryPropertyType newHistory, NotificationChain msgs)NotificationChainDynamicFeatureCollectionTypeImpl. basicSetHistory(HistoryPropertyType newHistory, NotificationChain msgs)NotificationChainDynamicFeatureTypeImpl. basicSetHistory(HistoryPropertyType newHistory, NotificationChain msgs)voidDocumentRootImpl. setHistory(HistoryPropertyType newHistory)voidDynamicFeatureCollectionTypeImpl. setHistory(HistoryPropertyType newHistory)voidDynamicFeatureTypeImpl. 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 TGml311Switch. caseHistoryPropertyType(HistoryPropertyType object)Returns the result of interpreting the object as an instance of 'History Property Type'.booleanGml311Validator. validateHistoryPropertyType(HistoryPropertyType historyPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-