Метод | Описание | |
---|---|---|
BasicPointCloudEngine ( PointCloudEngineType type ) : System |
Constructs a new instance of the engine.
|
|
CreatePointCloudAccess ( string identifier ) : IPointCloudAccess |
Implementation of IPointCloudEngine.CreatePointCloudAccess().
|
|
Free ( ) : void |
Implementation of IPointCloudEngine.Free().
|
public BasicPointCloudEngine ( PointCloudEngineType type ) : System | ||
type | PointCloudEngineType | The type of point cloud served by this engine instance. |
Результат | System |
public CreatePointCloudAccess ( string identifier ) : IPointCloudAccess | ||
identifier | string | The identifier (or file name) for the desired point cloud. |
Результат | IPointCloudAccess |