Uses of Class
net.opengis.www.gml.v3_2.MeasureType.Builder
Packages that use MeasureType.Builder
-
Uses of MeasureType.Builder in net.opengis.www.gml.v3_2
Methods in net.opengis.www.gml.v3_2 that return MeasureType.BuilderModifier and TypeMethodDescriptionMeasureType.Builder.clear()MeasureType.Builder.clearUom()[gml/basicTypes.xsd at 117:68]MeasureType.Builder.clearValue()gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units of measure".MeasureType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MeasureType.Builder.mergeFrom(com.google.protobuf.Message other) MeasureType.Builder.mergeFrom(MeasureType other) static MeasureType.BuilderMeasureType.newBuilder()static MeasureType.BuilderMeasureType.newBuilder(MeasureType prototype) MeasureType.newBuilderForType()protected MeasureType.BuilderMeasureType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) [gml/basicTypes.xsd at 117:68]MeasureType.Builder.setUomBytes(com.google.protobuf.ByteString value) [gml/basicTypes.xsd at 117:68]MeasureType.Builder.setValue(double value) gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units of measure".MeasureType.toBuilder()