Uses of Interface
net.opengis.gml311.MeasureListType
Packages that use MeasureListType
-
Uses of MeasureListType in net.opengis.gml311
Methods in net.opengis.gml311 that return MeasureListTypeModifier and TypeMethodDescriptionGml311Factory.createMeasureListType()
Returns a new object of class 'Measure List Type'.DocumentRoot.getValueList()
Returns the value of the 'Value List' containment reference.ParameterValueType.getValueList()
Returns the value of the 'Value List' containment reference.Methods in net.opengis.gml311 with parameters of type MeasureListTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setValueList
(MeasureListType value) Sets the value of the 'Value List
' containment reference.void
ParameterValueType.setValueList
(MeasureListType value) Sets the value of the 'Value List
' containment reference. -
Uses of MeasureListType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MeasureListTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Measure List Type'.Fields in net.opengis.gml311.impl declared as MeasureListTypeModifier and TypeFieldDescriptionprotected MeasureListType
ParameterValueTypeImpl.valueList
The cached value of the 'Value List
' containment reference.Methods in net.opengis.gml311.impl that return MeasureListTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMeasureListType()
DocumentRootImpl.getValueList()
ParameterValueTypeImpl.getValueList()
Methods in net.opengis.gml311.impl with parameters of type MeasureListTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetValueList
(MeasureListType newValueList, NotificationChain msgs) NotificationChain
ParameterValueTypeImpl.basicSetValueList
(MeasureListType newValueList, NotificationChain msgs) void
DocumentRootImpl.setValueList
(MeasureListType newValueList) void
ParameterValueTypeImpl.setValueList
(MeasureListType newValueList) -
Uses of MeasureListType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MeasureListTypeModifier and TypeMethodDescriptionGml311Switch.caseMeasureListType
(MeasureListType object) Returns the result of interpreting the object as an instance of 'Measure List Type'.boolean
Gml311Validator.validateMeasureListType
(MeasureListType measureListType, DiagnosticChain diagnostics, Map<Object, Object> context)