Uses of Interface
net.opengis.gml311.MeasureOrNullListType
-
Packages that use MeasureOrNullListType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MeasureOrNullListType in net.opengis.gml311
Subinterfaces of MeasureOrNullListType in net.opengis.gml311 Modifier and Type Interface Description interface
QuantityExtentType
A representation of the model object 'Quantity Extent Type'.Methods in net.opengis.gml311 that return MeasureOrNullListType Modifier and Type Method Description MeasureOrNullListType
Gml311Factory. createMeasureOrNullListType()
Returns a new object of class 'Measure Or Null List Type'.MeasureOrNullListType
DocumentRoot. getQuantityList()
Returns the value of the 'Quantity List' containment reference.MeasureOrNullListType
RangeParametersType. getQuantityList()
Returns the value of the 'Quantity List' containment reference.MeasureOrNullListType
ValuePropertyType. getQuantityList()
Returns the value of the 'Quantity List' containment reference.Methods in net.opengis.gml311 that return types with arguments of type MeasureOrNullListType Modifier and Type Method Description EList<MeasureOrNullListType>
RangeSetType. getQuantityList()
Returns the value of the 'Quantity List' containment reference list.EList<MeasureOrNullListType>
ValueArrayPropertyType. getQuantityList()
Returns the value of the 'Quantity List' containment reference list.Methods in net.opengis.gml311 with parameters of type MeasureOrNullListType Modifier and Type Method Description void
DocumentRoot. setQuantityList(MeasureOrNullListType value)
Sets the value of the 'Quantity List
' containment reference.void
RangeParametersType. setQuantityList(MeasureOrNullListType value)
Sets the value of the 'Quantity List
' containment reference.void
ValuePropertyType. setQuantityList(MeasureOrNullListType value)
Sets the value of the 'Quantity List
' containment reference. -
Uses of MeasureOrNullListType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MeasureOrNullListType Modifier and Type Class Description class
MeasureOrNullListTypeImpl
An implementation of the model object 'Measure Or Null List Type'.class
QuantityExtentTypeImpl
An implementation of the model object 'Quantity Extent Type'.Fields in net.opengis.gml311.impl declared as MeasureOrNullListType Modifier and Type Field Description protected MeasureOrNullListType
RangeParametersTypeImpl. quantityList
The cached value of the 'Quantity List
' containment reference.protected MeasureOrNullListType
ValuePropertyTypeImpl. quantityList
The cached value of the 'Quantity List
' containment reference.Methods in net.opengis.gml311.impl that return MeasureOrNullListType Modifier and Type Method Description MeasureOrNullListType
Gml311FactoryImpl. createMeasureOrNullListType()
MeasureOrNullListType
DocumentRootImpl. getQuantityList()
MeasureOrNullListType
RangeParametersTypeImpl. getQuantityList()
MeasureOrNullListType
ValuePropertyTypeImpl. getQuantityList()
Methods in net.opengis.gml311.impl that return types with arguments of type MeasureOrNullListType Modifier and Type Method Description EList<MeasureOrNullListType>
RangeSetTypeImpl. getQuantityList()
EList<MeasureOrNullListType>
ValueArrayPropertyTypeImpl. getQuantityList()
Methods in net.opengis.gml311.impl with parameters of type MeasureOrNullListType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetQuantityList(MeasureOrNullListType newQuantityList, NotificationChain msgs)
NotificationChain
RangeParametersTypeImpl. basicSetQuantityList(MeasureOrNullListType newQuantityList, NotificationChain msgs)
NotificationChain
ValuePropertyTypeImpl. basicSetQuantityList(MeasureOrNullListType newQuantityList, NotificationChain msgs)
void
DocumentRootImpl. setQuantityList(MeasureOrNullListType newQuantityList)
void
RangeParametersTypeImpl. setQuantityList(MeasureOrNullListType newQuantityList)
void
ValuePropertyTypeImpl. setQuantityList(MeasureOrNullListType newQuantityList)
-
Uses of MeasureOrNullListType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MeasureOrNullListType Modifier and Type Method Description T
Gml311Switch. caseMeasureOrNullListType(MeasureOrNullListType object)
Returns the result of interpreting the object as an instance of 'Measure Or Null List Type'.boolean
Gml311Validator. validateMeasureOrNullListType(MeasureOrNullListType measureOrNullListType, DiagnosticChain diagnostics, Map<Object,Object> context)
-