| Package | Description |
|---|---|
| ucar.nc2.ft.point.remote | |
| ucar.nc2.stream |
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.DataType |
PointStreamProto.MemberOrBuilder.getDataType()
required .ncstream.DataType dataType = 4; |
NcStreamProto.DataType |
PointStreamProto.Member.getDataType()
required .ncstream.DataType dataType = 4; |
NcStreamProto.DataType |
PointStreamProto.Member.Builder.getDataType()
required .ncstream.DataType dataType = 4; |
| Modifier and Type | Method and Description |
|---|---|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setDataType(NcStreamProto.DataType value)
required .ncstream.DataType dataType = 4; |
| Modifier and Type | Method and Description |
|---|---|
static NcStreamProto.DataType |
NcStream.encodeDataType(DataType dtype) |
NcStreamProto.DataType |
NcStreamProto.VariableOrBuilder.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Variable.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Variable.Builder.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.StructureOrBuilder.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Structure.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Structure.Builder.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.DataOrBuilder.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Data.getDataType()
required .ncstream.DataType dataType = 2; |
NcStreamProto.DataType |
NcStreamProto.Data.Builder.getDataType()
required .ncstream.DataType dataType = 2; |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NcStreamProto.DataType> |
NcStreamProto.DataType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
NcStream.decodeDataType(NcStreamProto.DataType dtype) |
NcStreamProto.Variable.Builder |
NcStreamProto.Variable.Builder.setDataType(NcStreamProto.DataType value)
required .ncstream.DataType dataType = 2; |
NcStreamProto.Structure.Builder |
NcStreamProto.Structure.Builder.setDataType(NcStreamProto.DataType value)
required .ncstream.DataType dataType = 2; |
NcStreamProto.Data.Builder |
NcStreamProto.Data.Builder.setDataType(NcStreamProto.DataType value)
required .ncstream.DataType dataType = 2; |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.