Package ucar.nc2.ft.point.remote
Interface PointStreamProto.LocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointStreamProto.Location
,PointStreamProto.Location.Builder
- Enclosing class:
- PointStreamProto
public static interface PointStreamProto.LocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAlt()
double alt = 4;
double
getLat()
double lat = 2;
double
getLon()
double lon = 3;
double
getNomTime()
double nomTime = 5;
double
getTime()
double time = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTime
double getTime()
double time = 1;
- Returns:
- The time.
-
getLat
double getLat()
double lat = 2;
- Returns:
- The lat.
-
getLon
double getLon()
double lon = 3;
- Returns:
- The lon.
-
getAlt
double getAlt()
double alt = 4;
- Returns:
- The alt.
-
getNomTime
double getNomTime()
double nomTime = 5;
- Returns:
- The nomTime.
-
-