public class PointStream extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PointStream.MessageType |
Constructor and Description |
---|
PointStream() |
Modifier and Type | Method and Description |
---|---|
static PointStreamProto.PointFeature |
encodePointFeature(PointFeature pf) |
static PointStreamProto.PointFeatureCollection |
encodePointFeatureCollection(String name,
PointFeature pf) |
static PointStreamProto.StationList |
encodeStations(List<Station> stnList) |
static PointStream.MessageType |
readMagic(InputStream is) |
static int |
writeMagic(OutputStream out,
PointStream.MessageType type) |
public static PointStream.MessageType readMagic(InputStream is) throws IOException
IOException
public static int writeMagic(OutputStream out, PointStream.MessageType type) throws IOException
IOException
public static PointStreamProto.PointFeatureCollection encodePointFeatureCollection(String name, PointFeature pf) throws IOException
IOException
public static PointStreamProto.PointFeature encodePointFeature(PointFeature pf) throws IOException
IOException
public static PointStreamProto.StationList encodeStations(List<Station> stnList) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.