|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.remote.PointStream
public class PointStream
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
| 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 |
|---|
public PointStream()
| Method Detail |
|---|
public static PointStreamProto.PointFeatureCollection encodePointFeatureCollection(java.lang.String name,
PointFeature pf)
throws java.io.IOException
java.io.IOException
public static PointStreamProto.PointFeature encodePointFeature(PointFeature pf)
throws java.io.IOException
java.io.IOException
public static PointStreamProto.StationList encodeStations(java.util.List<Station> stnList)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||