Uses of Class
ucar.nc2.ft.point.remote.PointStreamProto.StationList

Packages that use PointStreamProto.StationList
ucar.nc2.ft.point.remote   
 

Uses of PointStreamProto.StationList in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return PointStreamProto.StationList
 PointStreamProto.StationList PointStreamProto.StationList.Builder.build()
           
 PointStreamProto.StationList PointStreamProto.StationList.Builder.buildPartial()
           
static PointStreamProto.StationList PointStream.encodeStations(java.util.List<Station> stnList)
           
static PointStreamProto.StationList PointStreamProto.StationList.getDefaultInstance()
           
 PointStreamProto.StationList PointStreamProto.StationList.getDefaultInstanceForType()
           
 PointStreamProto.StationList PointStreamProto.StationList.Builder.getDefaultInstanceForType()
           
protected  PointStreamProto.StationList PointStreamProto.StationList.Builder.internalGetResult()
           
static PointStreamProto.StationList PointStreamProto.StationList.parseDelimitedFrom(java.io.InputStream input)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(byte[] data)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(com.google.protobuf.ByteString data)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(com.google.protobuf.CodedInputStream input)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(java.io.InputStream input)
           
static PointStreamProto.StationList PointStreamProto.StationList.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type PointStreamProto.StationList
 PointStreamProto.StationList.Builder PointStreamProto.StationList.Builder.mergeFrom(PointStreamProto.StationList other)
           
static PointStreamProto.StationList.Builder PointStreamProto.StationList.newBuilder(PointStreamProto.StationList prototype)