ucar.nc2.ft.point.remote
Interface PointStreamProto.PointFeatureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PointStreamProto.PointFeature, PointStreamProto.PointFeature.Builder
Enclosing class:
PointStreamProto

public static interface PointStreamProto.PointFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getData()
           
 PointStreamProto.Location getLoc()
           
 PointStreamProto.LocationOrBuilder getLocOrBuilder()
           
 String getSdata(int index)
           
 int getSdataCount()
           
 List<String> getSdataList()
           
 boolean hasData()
           
 boolean hasLoc()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasLoc

boolean hasLoc()

getLoc

PointStreamProto.Location getLoc()

getLocOrBuilder

PointStreamProto.LocationOrBuilder getLocOrBuilder()

hasData

boolean hasData()

getData

com.google.protobuf.ByteString getData()

getSdataList

List<String> getSdataList()

getSdataCount

int getSdataCount()

getSdata

String getSdata(int index)


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