com.supermap.services.wps

Class ProcessResult

  • java.lang.Object
    • com.supermap.services.wps.ProcessResult


  • public class ProcessResult
    extends java.lang.Object
    
    wps processing result
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<Geometry> geometrys
      The analysis result geometry.
      java.lang.String message
      The information to return when it fails to analyze.
      java.lang.String outputFormat
      The return format.
      boolean succeed
      Whether the analysis is successful.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProcessResult() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • succeed

        public boolean succeed
        
        Whether the analysis is successful.
      • outputFormat

        public java.lang.String outputFormat
        
        The return format.
      • message

        public java.lang.String message
        

        The information to return when it fails to analyze.

      • geometrys

        public java.util.List<Geometry> geometrys
        
        The analysis result geometry.
    • Constructor Detail

      • ProcessResult

        public ProcessResult()