Class OperatorImportFromWkt

java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromWkt
Direct Known Subclasses:
OperatorImportFromWktLocal

public abstract class OperatorImportFromWkt extends Operator
  • Constructor Details

    • OperatorImportFromWkt

      public OperatorImportFromWkt()
  • Method Details

    • getType

      public Operator.Type getType()
      Specified by:
      getType in class Operator
    • execute

      public abstract Geometry execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker)
      Performs the ImportFromWkt operation.
      Parameters:
      import_flags - Use the WktImportFlags interface.
      type - Use the Geometry.Type enum.
      wkt_string - The string holding the Geometry in wkt format.
      Returns:
      Returns the imported Geometry.
    • executeOGC

      public abstract OGCStructure executeOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker)
      Performs the ImportFromWkt operation.
      Parameters:
      import_flags - Use the WktImportFlags interface.
      wkt_string - The string holding the Geometry in wkt format.
      Returns:
      Returns the imported OGCStructure.
    • local

      public static OperatorImportFromWkt local()