com.supermap.distributeanalystservices

Interface DistributeAnalystListener



  • public interface DistributeAnalystListener
    distribute analyst listener class, used to monitor returned results be analysis by server
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void onExecuteFailed(java.lang.String errorInfo)
      callback when analysis failed and return error information
      void onPostExecute(boolean bResult, java.util.ArrayList<java.lang.String> datasources)
      return analysis result after distribute analyst. the results is address list of REST map service.
    • Method Detail

      • onPostExecute

        void onPostExecute(boolean bResult,
                           java.util.ArrayList<java.lang.String> datasources)
        return analysis result after distribute analyst. the results is address list of REST map service. According to this service address, the REST datasource could be open.
        Parameters:
        bResult - analysis whether successful.
        datasources - analysis results is address list of REST map service.
      • onExecuteFailed

        void onExecuteFailed(java.lang.String errorInfo)
        callback when analysis failed and return error information
        Parameters:
        errorInfo - error information