Uses of Interface
net.opengis.gml311.MeasureListType
-
Packages that use MeasureListType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MeasureListType in net.opengis.gml311
Methods in net.opengis.gml311 that return MeasureListType Modifier and Type Method Description MeasureListType
Gml311Factory. createMeasureListType()
Returns a new object of class 'Measure List Type'.MeasureListType
DocumentRoot. getValueList()
Returns the value of the 'Value List' containment reference.MeasureListType
ParameterValueType. getValueList()
Returns the value of the 'Value List' containment reference.Methods in net.opengis.gml311 with parameters of type MeasureListType Modifier and Type Method Description void
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 MeasureListType Modifier and Type Class Description class
MeasureListTypeImpl
An implementation of the model object 'Measure List Type'.Fields in net.opengis.gml311.impl declared as MeasureListType Modifier and Type Field Description protected MeasureListType
ParameterValueTypeImpl. valueList
The cached value of the 'Value List
' containment reference.Methods in net.opengis.gml311.impl that return MeasureListType Modifier and Type Method Description MeasureListType
Gml311FactoryImpl. createMeasureListType()
MeasureListType
DocumentRootImpl. getValueList()
MeasureListType
ParameterValueTypeImpl. getValueList()
Methods in net.opengis.gml311.impl with parameters of type MeasureListType Modifier and Type Method Description NotificationChain
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 MeasureListType Modifier and Type Method Description T
Gml311Switch. 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)
-