Class CTSPlugIn

    • Constructor Detail

      • CTSPlugIn

        public CTSPlugIn()
    • Method Detail

      • run

        public void run​(TaskMonitor monitor,
                        PlugInContext context)
                 throws org.cts.registry.RegistryException,
                        org.cts.crs.CRSException,
                        org.cts.op.CoordinateOperationException
        Description copied from interface: ThreadedPlugIn
        Runs the task. This method will be executed in a separate thread, so that the GUI remains responsive (but only partially so, as a modal progress dialog will be in the way). Don't call GUI classes in this method as it is not executed on the GUI thread.
        Specified by:
        run in interface ThreadedPlugIn
        Parameters:
        monitor - context to which this task can report its progress and check whether a party has requested its cancellation
        context - context of this PlugIn
        Throws:
        org.cts.registry.RegistryException
        org.cts.crs.CRSException
        org.cts.op.CoordinateOperationException