Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
interimage:terraaida_operator_development [2010/03/25 10:54] castejon |
interimage:terraaida_operator_development [2010/03/25 11:08] (current) castejon |
||
---|---|---|---|
Line 4: | Line 4: | ||
---- | ---- | ||
+ | |||
==== InterIMAGE interaction ==== | ==== InterIMAGE interaction ==== | ||
Line 17: | Line 18: | ||
== Operator interface == | == Operator interface == | ||
- | *Operator execution | + | *Operator execution environment |
*Operator description file (.OP) | *Operator description file (.OP) | ||
-Operator action region bounding box | -Operator action region bounding box | ||
Line 26: | Line 27: | ||
---- | ---- | ||
+ | |||
+ | |||
==== TerraAIDA aperators auxiliary classes and functions ==== | ==== TerraAIDA aperators auxiliary classes and functions ==== | ||
- | This topic describes the base of functions/classes built by the TerraAIDA developers team to allow the interaction between the parameters received from the InterIMAGE engine core and TerraLib classes/functions. Only a few set of TerraLib features will be described. For more information please consult the [[http://www.terralib.org|TerraLib site]]. | + | This topic describes the base of functions/classes built by the TerraAIDA developers team to allow the proper interpretation of the parameters received from the InterIMAGE engine core to a TerraLib programming environment. Only a few set of TerraLib features will be described. For more information please consult the [[http://www.terralib.org|TerraLib site]]. |
== TerraLib interaction == | == TerraLib interaction == | ||
Line 49: | Line 52: | ||
---- | ---- | ||
+ | |||
==== A simple operator building example ==== | ==== A simple operator building example ==== | ||
Line 54: | Line 58: | ||
This topic describes a simple operator build example using the TerraAIDA support. | This topic describes a simple operator build example using the TerraAIDA support. | ||
+ | Just like in [[creating_operators]] but much more simple. Maybe we could build a simpler operator an keep it inside the CVS repository too. |