Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to use one of this two ways, it is necessary to now know the format of the adapter's files. The adapter consists in a folder or a jar file; the name of the folder or jar file is the alias of the adapter. The folder/jar file should contain:

...

  • the root tag is called operator. This tag contains the following children:
    • the tag name. This tag content coresponds to the unique name that the operator will be registered with in SNAP context
    • the tag operatorClass should contain the value org.esa.snap.framework.gpf.operators.tooladapter.ToolAdapterOp since this is the class of the adapters operators
    • the tag alias. The content of this tag should match the name of the operator's folder

 

 

 

...