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

Packages that use PointStreamProto.Location.Builder
ucar.nc2.ft.point.remote   
 

Uses of PointStreamProto.Location.Builder in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return PointStreamProto.Location.Builder
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clear()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clearAlt()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clearLat()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clearLon()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clearNomTime()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clearTime()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.clone()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.mergeFrom(PointStreamProto.Location other)
           
static PointStreamProto.Location.Builder PointStreamProto.Location.newBuilder()
           
static PointStreamProto.Location.Builder PointStreamProto.Location.newBuilder(PointStreamProto.Location prototype)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.newBuilderForType()
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.setAlt(double value)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.setLat(double value)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.setLon(double value)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.setNomTime(double value)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.setTime(double value)
           
 PointStreamProto.Location.Builder PointStreamProto.Location.toBuilder()
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type PointStreamProto.Location.Builder
 PointStreamProto.PointFeature.Builder PointStreamProto.PointFeature.Builder.setLoc(PointStreamProto.Location.Builder builderForValue)