Package net.opengis.www.gml.v3_2
Interface MeasureListTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeasureListType,MeasureListType.Builder
public interface MeasureListTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUom()[gml/basicTypes.xsd at 252:68]com.google.protobuf.ByteString[gml/basicTypes.xsd at 252:68]doublegetValue(int index) gml:MeasureListType provides for a list of quantities.intgml:MeasureListType provides for a list of quantities.gml:MeasureListType provides for a list of quantities.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUom
String getUom()[gml/basicTypes.xsd at 252:68]
string uom = 1;- Returns:
- The uom.
-
getUomBytes
com.google.protobuf.ByteString getUomBytes()[gml/basicTypes.xsd at 252:68]
string uom = 1;- Returns:
- The bytes for uom.
-
getValueList
gml:MeasureListType provides for a list of quantities. [gml/basicTypes.xsd at 246:38]
repeated double value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()gml:MeasureListType provides for a list of quantities. [gml/basicTypes.xsd at 246:38]
repeated double value = 2;- Returns:
- The count of value.
-
getValue
double getValue(int index) gml:MeasureListType provides for a list of quantities. [gml/basicTypes.xsd at 246:38]
repeated double value = 2;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-