Class OperatorImportFromWkt

    • Constructor Detail

      • OperatorImportFromWkt

        public OperatorImportFromWkt()
    • Method Detail

      • execute

        public abstract Geometry execute​(int import_flags,
                                         Geometry.Type type,
                                         java.lang.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,
                                                java.lang.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.