Versions Compared

Key

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

...

Second, one must implement the Analysis as a Task. Pick the appropriate base class and implement the required methods. Remember that the keys given to the parameters in the Analysis Description must match the set methods in this class. Also, the column names given to the outputs must match the values given in the schema for the specific dataset type.

Step Three: Register with the ncsa.analysis.newAnalyses extension point

...

As a best practice, add public final static constants for each column in the Feature. These column names MUST match the fields as defined in the gisSchema for the created dataset.

ncsa.analysis.newAnalyses extension point

...