Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXTRAS-24 - Add the capability to IDL to query/set the displayed bands and display mode of a raster layer #6

Open
tclarke opened this issue Mar 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tclarke
Copy link
Member

tclarke commented Mar 16, 2018

Currently, and IDL script cannot set or query the displayed bands or display mode of a raster layer. You can however, adjust the stretch values for a specific color channel of a raster layer. This existing capability would be significantly more useful if the above capability was added.

Original Issue: EXTRAS-24
Status: Deferred
Feature Interpretation:
Allow scriptors to change raster layer properties including displayed bands and RGB/Grayscale mode.
This capability exists in the SimpleAPI but there needs to be a small amount of stub code to allow IDL to access the SimpleAPI. Adding this stub code will allow access to all of the SimpleAPI from IDL. In addition, some IDL wrapper code can be written to make this functionality easier to use from IDL.

Suggested Solution:

Actual Solution:
Added needed support functions to IDL.
Added framework for object oriented IDL access to the simple api.
Added accessors/mutators for band display info to raster layer wrappers.

Severity:
Version Control: EXTRAS-24
Environment:
Linked:

@tclarke tclarke added the enhancement New feature or request label Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant