Class OperatorImportFromWkb

    • Constructor Detail

      • OperatorImportFromWkb

        public OperatorImportFromWkb()
    • Method Detail

      • execute

        public abstract Geometry execute​(int importFlags,
                                         Geometry.Type type,
                                         java.nio.ByteBuffer wkbBuffer,
                                         ProgressTracker progress_tracker)
        Performs the ImportFromWKB operation.
        Parameters:
        importFlags - Use the WkbImportFlags interface.
        type - Use the Geometry.Type enum.
        wkbBuffer - The buffer holding the Geometry in wkb format.
        Returns:
        Returns the imported Geometry.
      • executeOGC

        public abstract OGCStructure executeOGC​(int importFlags,
                                                java.nio.ByteBuffer wkbBuffer,
                                                ProgressTracker progress_tracker)
        Performs the ImportFromWkb operation.
        Parameters:
        importFlags - Use the WkbImportFlags interface.
        wkbBuffer - The buffer holding the Geometry in wkb format.
        Returns:
        Returns the imported OGCStructure.