Table of Contents

Class ReadLayerAs<T>

Namespace
Olve.OpenRaster
Assembly
Olve.OpenRaster.dll

Loads and parses a layer into a specified type.

public class ReadLayerAs<T> : IOperation<ReadLayerAs<T>.Request, T>

Type Parameters

T

The type to parse the layer as.

Inheritance
ReadLayerAs<T>
Implements
Inherited Members

Methods

Execute(Request)

Executes the operation.

public Result<T> Execute(ReadLayerAs<T>.Request request)

Parameters

request ReadLayerAs<T>.Request

The request to execute the operation with.

Returns

Result<T>

The result of the operation.