Uses of Class
ucar.nc2.stream.NcStreamProto.DataType

Packages that use NcStreamProto.DataType
ucar.nc2.ft.point.remote   
ucar.nc2.stream   
 

Uses of NcStreamProto.DataType in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return NcStreamProto.DataType
 NcStreamProto.DataType PointStreamProto.MemberOrBuilder.getDataType()
           
 NcStreamProto.DataType PointStreamProto.Member.getDataType()
           
 NcStreamProto.DataType PointStreamProto.Member.Builder.getDataType()
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type NcStreamProto.DataType
 PointStreamProto.Member.Builder PointStreamProto.Member.Builder.setDataType(NcStreamProto.DataType value)
           
 

Uses of NcStreamProto.DataType in ucar.nc2.stream
 

Methods in ucar.nc2.stream that return NcStreamProto.DataType
static NcStreamProto.DataType NcStream.encodeDataType(DataType dtype)
           
 NcStreamProto.DataType NcStreamProto.VariableOrBuilder.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Variable.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Variable.Builder.getDataType()
           
 NcStreamProto.DataType NcStreamProto.StructureOrBuilder.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Structure.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Structure.Builder.getDataType()
           
 NcStreamProto.DataType NcStreamProto.DataOrBuilder.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Data.getDataType()
           
 NcStreamProto.DataType NcStreamProto.Data.Builder.getDataType()
           
static NcStreamProto.DataType NcStreamProto.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static NcStreamProto.DataType NcStreamProto.DataType.valueOf(int value)
           
static NcStreamProto.DataType NcStreamProto.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NcStreamProto.DataType[] NcStreamProto.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ucar.nc2.stream that return types with arguments of type NcStreamProto.DataType
static com.google.protobuf.Internal.EnumLiteMap<NcStreamProto.DataType> NcStreamProto.DataType.internalGetValueMap()
           
 

Methods in ucar.nc2.stream with parameters of type NcStreamProto.DataType
static DataType NcStream.decodeDataType(NcStreamProto.DataType dtype)
           
 NcStreamProto.Variable.Builder NcStreamProto.Variable.Builder.setDataType(NcStreamProto.DataType value)
           
 NcStreamProto.Structure.Builder NcStreamProto.Structure.Builder.setDataType(NcStreamProto.DataType value)
           
 NcStreamProto.Data.Builder NcStreamProto.Data.Builder.setDataType(NcStreamProto.DataType value)
           
 



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