Class RecordCoordinatesKmlGeneratorJob

java.lang.Object
org.openforis.concurrency.Worker
org.openforis.concurrency.Job
org.openforis.collect.model.RecordIteratorJob
org.openforis.collect.model.RecordCoordinatesKmlGeneratorJob

@Component @Scope("singleton") public class RecordCoordinatesKmlGeneratorJob extends RecordIteratorJob
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openforis.concurrency.Worker

    org.openforis.concurrency.Worker.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected void
     
    void
     
    void
     
    void
     

    Methods inherited from class org.openforis.collect.model.RecordIteratorJob

    buildTasks, setRecordFilter, setRecordManager

    Methods inherited from class org.openforis.concurrency.Job

    abort, addTask, addTask, addTasks, createTask, execute, getCurrentTask, getCurrentTaskIndex, getJobManager, getProgressPercent, getTasks, hasTaskToRun, initializeTask, nextTask, onTaskCompleted, onTaskEnd, onTaskFailed, release, runTask, setJobManager

    Methods inherited from class org.openforis.concurrency.Worker

    addStatusChangeListener, afterExecute, afterExecuteInternal, beforeExecute, beforeExecuteInternal, changeStatus, createInternalVariables, destroy, getDuration, getEndTime, getErrorMessage, getErrorMessageArgs, getId, getLastException, getName, getResult, getStartTime, getStatus, getWeight, initialize, isAborted, isCompleted, isEnded, isFailed, isPending, isRunning, logDebug, logError, logInfo, logWarning, notifyAllStatusChangeListeners, onAborted, onEnd, onFailed, prepareResult, removeStatusChangeListener, run, setErrorMessage, setErrorMessageArgs, setLastException, setResult, setWeight, validateInput, waitFor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RecordCoordinatesKmlGeneratorJob

      public RecordCoordinatesKmlGeneratorJob()
  • Method Details

    • initializeInternalVariables

      protected void initializeInternalVariables() throws Throwable
      Overrides:
      initializeInternalVariables in class org.openforis.concurrency.Job
      Throws:
      Throwable
    • processRecord

      protected void processRecord(CollectRecord record)
      Specified by:
      processRecord in class RecordIteratorJob
    • onCompleted

      protected void onCompleted()
      Overrides:
      onCompleted in class org.openforis.concurrency.Worker
    • setNodeDefinition

      public void setNodeDefinition(CoordinateAttributeDefinition nodeDefinition)
    • setOutput

      public void setOutput(OutputStream output)
    • setCoordinateOperations

      public void setCoordinateOperations(CoordinateOperations coordinateOperations)