ucar.nc2.ft.point.remote
Class PointStreamProto.Location.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>
              extended by ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
PointStreamProto.Location

public static final class PointStreamProto.Location.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>


Method Summary
 PointStreamProto.Location build()
           
 PointStreamProto.Location buildPartial()
           
 PointStreamProto.Location.Builder clear()
           
 PointStreamProto.Location.Builder clearAlt()
           
 PointStreamProto.Location.Builder clearLat()
           
 PointStreamProto.Location.Builder clearLon()
           
 PointStreamProto.Location.Builder clearNomTime()
           
 PointStreamProto.Location.Builder clearTime()
           
 PointStreamProto.Location.Builder clone()
           
 double getAlt()
           
 PointStreamProto.Location getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 double getLat()
           
 double getLon()
           
 double getNomTime()
           
 double getTime()
           
 boolean hasAlt()
           
 boolean hasLat()
           
 boolean hasLon()
           
 boolean hasNomTime()
           
 boolean hasTime()
           
protected  PointStreamProto.Location internalGetResult()
           
 boolean isInitialized()
           
 PointStreamProto.Location.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PointStreamProto.Location.Builder mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.Location.Builder mergeFrom(PointStreamProto.Location other)
           
 PointStreamProto.Location.Builder setAlt(double value)
           
 PointStreamProto.Location.Builder setLat(double value)
           
 PointStreamProto.Location.Builder setLon(double value)
           
 PointStreamProto.Location.Builder setNomTime(double value)
           
 PointStreamProto.Location.Builder setTime(double value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected PointStreamProto.Location internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>

clear

public PointStreamProto.Location.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.Location.Builder>

clone

public PointStreamProto.Location.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>

getDefaultInstanceForType

public PointStreamProto.Location getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Location.Builder>

build

public PointStreamProto.Location build()

buildPartial

public PointStreamProto.Location buildPartial()

mergeFrom

public PointStreamProto.Location.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.Location.Builder>

mergeFrom

public PointStreamProto.Location.Builder mergeFrom(PointStreamProto.Location other)

mergeFrom

public PointStreamProto.Location.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.Location.Builder>
Throws:
IOException

hasTime

public boolean hasTime()

getTime

public double getTime()

setTime

public PointStreamProto.Location.Builder setTime(double value)

clearTime

public PointStreamProto.Location.Builder clearTime()

hasLat

public boolean hasLat()

getLat

public double getLat()

setLat

public PointStreamProto.Location.Builder setLat(double value)

clearLat

public PointStreamProto.Location.Builder clearLat()

hasLon

public boolean hasLon()

getLon

public double getLon()

setLon

public PointStreamProto.Location.Builder setLon(double value)

clearLon

public PointStreamProto.Location.Builder clearLon()

hasAlt

public boolean hasAlt()

getAlt

public double getAlt()

setAlt

public PointStreamProto.Location.Builder setAlt(double value)

clearAlt

public PointStreamProto.Location.Builder clearAlt()

hasNomTime

public boolean hasNomTime()

getNomTime

public double getNomTime()

setNomTime

public PointStreamProto.Location.Builder setNomTime(double value)

clearNomTime

public PointStreamProto.Location.Builder clearNomTime()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.