Package org.n52.io.format
Class TvpFormatter<T extends NumericValue<?>>
- java.lang.Object
-
- org.n52.io.format.TvpFormatter<T>
-
- All Implemented Interfaces:
DataFormatter<Data<T>,Data<T>>
public class TvpFormatter<T extends NumericValue<?>> extends Object implements DataFormatter<Data<T>,Data<T>>
Represents the identity transformation. Input is equal to output.
-
-
Constructor Summary
Constructors Constructor Description TvpFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollection<Data<T>>format(DataCollection<Data<T>> toFormat)
-
-
-
Method Detail
-
format
public DataCollection<Data<T>> format(DataCollection<Data<T>> toFormat)
- Specified by:
formatin interfaceDataFormatter<Data<T extends NumericValue<?>>,Data<T extends NumericValue<?>>>
-
-