Package ucar.nc2.ft.point.remote
Interface FeatureMaker
-
public interface FeatureMaker
Interface for deserializing a PointFeature.- Since:
- May 19, 2009
- See Also:
PointIteratorStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointFeature
make(DsgFeatureCollection dsg, byte[] rawBytes)
-
-
-
Method Detail
-
make
PointFeature make(DsgFeatureCollection dsg, byte[] rawBytes) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
-