ucar.nc2.ft.point.remote
Class PointStream

java.lang.Object
  extended by ucar.nc2.ft.point.remote.PointStream

public class PointStream
extends java.lang.Object

Defines the point stream format, along with pointStream.proto. cd /dev/tds/thredds/cdm/src/main/java protoc --proto_path=. --java_out=. ucar/nc2/ft/point/remote/pointStream.proto

Since:
Feb 16, 2009
Author:
caron

Constructor Summary
PointStream()
           
 
Method Summary
static PointStreamProto.PointFeature encodePointFeature(PointFeature pf)
           
static PointStreamProto.PointFeatureCollection encodePointFeatureCollection(java.lang.String name, PointFeature pf)
           
static PointStreamProto.StationList encodeStations(java.util.List<Station> stnList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointStream

public PointStream()
Method Detail

encodePointFeatureCollection

public static PointStreamProto.PointFeatureCollection encodePointFeatureCollection(java.lang.String name,
                                                                                   PointFeature pf)
                                                                            throws java.io.IOException
Throws:
java.io.IOException

encodePointFeature

public static PointStreamProto.PointFeature encodePointFeature(PointFeature pf)
                                                        throws java.io.IOException
Throws:
java.io.IOException

encodeStations

public static PointStreamProto.StationList encodeStations(java.util.List<Station> stnList)
                                                   throws java.io.IOException
Throws:
java.io.IOException