Class OperationList

    • Constructor Detail

      • OperationList

        public OperationList()
        Public constructor.
    • Method Detail

      • getList

        public GeomList getList()
        Returns:
        the GeomList used.
      • operationResult

        protected abstract Geometry operationResult(List<Geometry> geometries)
        Calculate the result of the operation. This method is used to receive the result of the operation performed by a subclass.
        Parameters:
        geometries - the geometries to invoke the operation with.
        Returns:
        the resulting geometry.
      • calculateResult

        protected void calculateResult()
        The operation to be performed to create the result
      • resultUpdated

        protected void resultUpdated()
        Called whenever the result has been calculated.
      • setOperationControls

        public void setOperationControls(JComponent component)
        Set the controls to display in the upper region of the list panel.
        Parameters:
        component - the component to display for controlling objects of the operation.