public class BinPlan
extends java.lang.Object
The calculatePointCloudPlan
method
is intended for use by Drawing
implementations.
Constructor | Description |
---|---|
BinPlan(Binner binner,
Gridder gridder) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static BinPlan |
calculatePointCloudPlan(PointCloud pointCloud,
Surface surface,
DataStore dataStore,
java.lang.Object[] knownPlans) |
Returns a BinPlan instance which reports where on a grid points
in a PointCloud have landed.
|
Binner |
getBinner() |
Returns count information.
|
Gridder |
getGridder() |
Returns grid geometry.
|
public Binner getBinner()
public Gridder getGridder()
public static BinPlan calculatePointCloudPlan(PointCloud pointCloud, Surface surface, DataStore dataStore, java.lang.Object[] knownPlans)
pointCloud
- data position setsurface
- plot surfacedataStore
- data storage objectknownPlans
- existing pre-calculated plans;
if one of these fits the bill it will be
returned without any calculations being performedCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.