K
- grid output formatpublic interface Converter<K>
Quantity
to convert internal filtered data to an output type.
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
static Converter<double[][]> |
SI
Standard converter that returns the internal SI data directly.
|
Modifier and Type | Method and Description |
---|---|
K |
convert(double[][] filteredData)
Convert the filtered data to an output format.
|
static final Converter<double[][]> SI
K convert(double[][] filteredData)
filteredData
- double[][]; filtered dataCopyright © 2014–2019 Delft University of Technology. All rights reserved.