| Package | Description |
|---|---|
| org.tinfour.demo.viewer.backplane |
Provides interfaces and classes for performing operations
in background threads, accessing a set of vertices
intended for modeling a surface, and creating a view of the data.
|
| Modifier and Type | Method and Description |
|---|---|
LidarPointSelection |
ViewOptions.getLidarPointSelection()
Gets the option for selecting lidar sample points
|
LidarPointSelection |
ModelFromLas.getLidarPointSelection()
Gets the point selection option used to load the model.
|
static LidarPointSelection |
LidarPointSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LidarPointSelection[] |
LidarPointSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewOptions.setLidarPointSelection(LidarPointSelection selection) |
| Constructor and Description |
|---|
ModelFromLas(File file,
LidarPointSelection lidarPointSelection)
Construct a model tied to the specified file with
filtering based on classification (only points of specified class
are accepted).
|
Copyright © 2019. All rights reserved.