public class GetHeightMapOp extends AbstractOperation<HeightMap>
| Modifier | Constructor and Description | 
|---|---|
| protected  | GetHeightMapOp(ScriptingContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetHeightMapOp | fromFile(java.lang.String fileName) | 
| HeightMap | go() | 
| GetHeightMapOp | selectBlueChannel() | 
| GetHeightMapOp | selectGreenChannel() | 
| GetHeightMapOp | selectRedChannel() | 
goCalled, sanityCheckFileNameprotected GetHeightMapOp(ScriptingContext context)
public GetHeightMapOp fromFile(java.lang.String fileName) throws ScriptException
ScriptExceptionpublic GetHeightMapOp selectRedChannel()
public GetHeightMapOp selectGreenChannel()
public GetHeightMapOp selectBlueChannel()
public HeightMap go() throws ScriptException
ScriptException