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

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

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

Methods in ucar.nc2.ft.point.remote that return PointStreamProto.Station.Builder
 PointStreamProto.Station.Builder PointStreamProto.StationList.Builder.addStationsBuilder()
           
 PointStreamProto.Station.Builder PointStreamProto.StationList.Builder.addStationsBuilder(int index)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clear()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearAlt()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearDesc()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearId()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearLat()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearLon()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clearWmoId()
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.clone()
           
 PointStreamProto.Station.Builder PointStreamProto.StationList.Builder.getStationsBuilder(int index)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.mergeFrom(PointStreamProto.Station other)
           
static PointStreamProto.Station.Builder PointStreamProto.Station.newBuilder()
           
static PointStreamProto.Station.Builder PointStreamProto.Station.newBuilder(PointStreamProto.Station prototype)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.newBuilderForType()
           
protected  PointStreamProto.Station.Builder PointStreamProto.Station.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setAlt(double value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setDesc(String value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setId(String value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setLat(double value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setLon(double value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.Builder.setWmoId(String value)
           
 PointStreamProto.Station.Builder PointStreamProto.Station.toBuilder()
           
 

Methods in ucar.nc2.ft.point.remote that return types with arguments of type PointStreamProto.Station.Builder
 List<PointStreamProto.Station.Builder> PointStreamProto.StationList.Builder.getStationsBuilderList()
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type PointStreamProto.Station.Builder
 PointStreamProto.StationList.Builder PointStreamProto.StationList.Builder.addStations(int index, PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder PointStreamProto.StationList.Builder.addStations(PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder PointStreamProto.StationList.Builder.setStations(int index, PointStreamProto.Station.Builder builderForValue)
           
 



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