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
TThe 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
requestReadLayerAs<T>.RequestThe request to execute the operation with.
Returns
- Result<T>
The result of the operation.