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

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

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

Methods in ucar.nc2.ft.point.remote that return PointStreamProto.Location
 PointStreamProto.Location PointStreamProto.Location.Builder.build()
           
 PointStreamProto.Location PointStreamProto.Location.Builder.buildPartial()
           
static PointStreamProto.Location PointStreamProto.Location.getDefaultInstance()
           
 PointStreamProto.Location PointStreamProto.Location.getDefaultInstanceForType()
           
 PointStreamProto.Location PointStreamProto.Location.Builder.getDefaultInstanceForType()
           
 PointStreamProto.Location PointStreamProto.PointFeature.getLoc()
           
 PointStreamProto.Location PointStreamProto.PointFeature.Builder.getLoc()
           
protected  PointStreamProto.Location PointStreamProto.Location.Builder.internalGetResult()
           
static PointStreamProto.Location PointStreamProto.Location.parseDelimitedFrom(java.io.InputStream input)
           
static PointStreamProto.Location PointStreamProto.Location.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(byte[] data)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(com.google.protobuf.ByteString data)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(com.google.protobuf.CodedInputStream input)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(java.io.InputStream input)
           
static PointStreamProto.Location PointStreamProto.Location.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type PointStreamProto.Location
 PointStreamProto.Location.Builder PointStreamProto.Location.Builder.mergeFrom(PointStreamProto.Location other)
           
 PointStreamProto.PointFeature.Builder PointStreamProto.PointFeature.Builder.mergeLoc(PointStreamProto.Location value)
           
static PointStreamProto.Location.Builder PointStreamProto.Location.newBuilder(PointStreamProto.Location prototype)
           
 PointStreamProto.PointFeature.Builder PointStreamProto.PointFeature.Builder.setLoc(PointStreamProto.Location value)