Class GenericOperationList

    • Constructor Detail

      • GenericOperationList

        public GenericOperationList(OperationEvaluator evaluator)
        Create a Operation list that computes its result via the denoted evaluator instance.
        Parameters:
        evaluator - the evaluator used to generate the resulting geometry.
    • Method Detail

      • operationResult

        protected Geometry operationResult(List<Geometry> geometries)
        Description copied from class: OperationList
        Calculate the result of the operation. This method is used to receive the result of the operation performed by a subclass.
        Specified by:
        operationResult in class  OperationList
        Parameters:
        geometries - the geometries to invoke the operation with.
        Returns:
        the resulting geometry.